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

[Bug]: [IDE] changing tspconfig.yaml won't take effect in LSP server #4278

Closed
4 tasks done
RodgeFu opened this issue Aug 27, 2024 · 0 comments · Fixed by #4467
Closed
4 tasks done

[Bug]: [IDE] changing tspconfig.yaml won't take effect in LSP server #4278

RodgeFu opened this issue Aug 27, 2024 · 0 comments · Fixed by #4467
Assignees
Labels
bug Something isn't working ide Issues for VS, VSCode, Monaco, etc.

Comments

@RodgeFu
Copy link
Contributor

RodgeFu commented Aug 27, 2024

Describe the bug

When user changes tspconfig.yaml, the change won't take effect in LSP server. It seems changing tspconfig.yaml won't trigger onDidChangeContent event and clean up the file cache in LSP server.

Reproduction

make some change in tspconfig.yaml and check whether it takes effect in the LSP server compilation.

Checklist

@RodgeFu RodgeFu added bug Something isn't working ide Issues for VS, VSCode, Monaco, etc. labels Aug 27, 2024
@RodgeFu RodgeFu self-assigned this Aug 27, 2024
github-merge-queue bot pushed a commit that referenced this issue Sep 18, 2024
Fix #4278 , without the cleanup, editing tspconfig.yaml won't take
effect in LSP server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ide Issues for VS, VSCode, Monaco, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@RodgeFu and others