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
Might be useful to include a language server for SQL but not sure. Test it out and see.
https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html
Install would require to keep nodejs as a dependency I think in order to use npm to install the server in the postBuild file.
nodejs
npm
postBuild
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Might be useful to include a language server for SQL but not sure. Test it out and see.
https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html
Install would require to keep
nodejs
as a dependency I think in order to usenpm
to install the server in thepostBuild
file.The text was updated successfully, but these errors were encountered: