css-modules-kit supports resolving the specifiers using import alias.  However, Go to Definition fails for that specifier. https://github.com/user-attachments/assets/120d1e3e-119e-4efc-bb1c-bb623345b7fe ## Additional Context - This issue only occurs in VS Code. - This issue occurs because CSS Language Server takes priority over tsserver in receiving LSP requests. - documentLink requests are processed by CSS Language Server instead of tsserver. - As a result, Go to Definition fails. - The same problem occurs not only in `paths` of `tsconfig.json`, but also in `imports` of `package.json`. ## Related Issues - #133 - #121
css-modules-kit supports resolving the specifiers using import alias.
However, Go to Definition fails for that specifier.
2025-03-01.18.32.25.mov
Additional Context
pathsoftsconfig.json, but also inimportsofpackage.json.Related Issues
stylesbecomeanytype when import specifier is used #133.cssdoes not work in VS Code #121