-
Notifications
You must be signed in to change notification settings - Fork 759
Closed
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience
Description
Extension Version
0.20251123.1
VS Code Version
1.107.0-insider
Operating system Version
Windows_NT x64 10.0.26220
Steps to reproduce
- Using the https://github.com/gitkraken/vscode-gitlens codebase
- Use tsgo and open a file that uses the
@env/path - You will see lots of
Cannot find module '@env/*' or its corresponding type declarations.errors
Issue
Errors in files that use paths imports e.g. Cannot find module '@env/*' or its corresponding type declarations. errors
I've also tried removing the baseUrl that tsgo also complains about, and changing the paths to be relative (which it also complains about), but neither helped and completely break the build (which is not tsgo).
Metadata
Metadata
Assignees
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience