Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSP -- exclude JS files from analysis #1086

Open
bbrk24 opened this issue Mar 3, 2024 · 0 comments
Open

LSP -- exclude JS files from analysis #1086

bbrk24 opened this issue Mar 3, 2024 · 0 comments
Labels
lsp Language Server Protocol or other VSCode issues

Comments

@bbrk24
Copy link
Contributor

bbrk24 commented Mar 3, 2024

If I have two files with the same base name, but one is .civet and the other is .js, the LSP ignores the .js file for analysis. However, in my project, I have a couple files where the compiled output is a different name entirely to the source (e.g. worker.civet compiles to pre.js), and the LSP complains about this, even if I add it to the exclude in my tsconfig:

image

@edemaine edemaine added the lsp Language Server Protocol or other VSCode issues label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lsp Language Server Protocol or other VSCode issues
Projects
None yet
Development

No branches or pull requests

2 participants