-
Notifications
You must be signed in to change notification settings - Fork 582
Running LSP throws error while running default build task #576
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
Comments
Running |
You steps don't include copying |
Oh yes I did that too |
Might be ${workspaceRoot} issue make sure you opened the project in the folder.(code . in terminal) |
Running the prototype LSP inside vscode debugger throws the following error
The configured build task fails before opening Ext host. It doesn't work unless one explicitly runs
npm run build
inside_extension
and then launch the Language serviceWould be nice to have this one fixed or the docs is correctly updated.
Might help people without extension API knowledge to be able to test the LSP service
The text was updated successfully, but these errors were encountered: