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

Better handling when no compiler can be used to start lsp in vscode #6475

Open
RodgeFu opened this issue Mar 17, 2025 · 0 comments
Open

Better handling when no compiler can be used to start lsp in vscode #6475

RodgeFu opened this issue Mar 17, 2025 · 0 comments
Labels
ide Issues for VS, VSCode, Monaco, etc.

Comments

@RodgeFu
Copy link
Contributor

RodgeFu commented Mar 17, 2025

Now we are fallback to use tsp-server(.cmd) anyway if local compiler can't be found. This will cause our extension to report multiple confusing errors from vscode lsp client directly if global compiler is not available either. We should be able to handle that scenario better by checking whether tsp-server(.cmd) is available and prompt user to install local compiler to provide a smoother user experience in that case.

Image
@RodgeFu RodgeFu added the ide Issues for VS, VSCode, Monaco, etc. label Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide Issues for VS, VSCode, Monaco, etc.
Projects
None yet
Development

No branches or pull requests

1 participant