We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to invoke a command sqlLanguageServer.fixAllFixableProblems which is implemented in the sql-language-server LSP https://github.com/joe-re/sql-language-server
sqlLanguageServer.fixAllFixableProblems
You can see it in action in VSCode here https://user-images.githubusercontent.com/4954534/84964358-84a95500-b13e-11ea-9c4f-0b787306bbdf.gif
I would like to implement the same client side invocation using the JupyterLab Command Palette.
I looked through the jupyterlab-lsp project for examples but did not find any. Are there any?
What would be involved in implementing such a feature?
The text was updated successfully, but these errors were encountered:
Hi @cccs-jc I added this to 4.0 release plan. I will work on this one.
Sorry, something went wrong.
No branches or pull requests
I would like to invoke a command
sqlLanguageServer.fixAllFixableProblems
which is implemented in the sql-language-server LSP https://github.com/joe-re/sql-language-serverYou can see it in action in VSCode here
https://user-images.githubusercontent.com/4954534/84964358-84a95500-b13e-11ea-9c4f-0b787306bbdf.gif
I would like to implement the same client side invocation using the JupyterLab Command Palette.
I looked through the jupyterlab-lsp project for examples but did not find any. Are there any?
What would be involved in implementing such a feature?
The text was updated successfully, but these errors were encountered: