You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DonJayamanne I found this vscode-kusto extension and I believe it might contain all the answers to my questions.
I'm new to vscode development. I'm a bit more familiar with JupyterLab and jupyterlab-lsp which leverages the vscode LSP protocol and language servers. I've raised this issue with vscode-jupyter
@DonJayamanne I found this vscode-kusto extension and I believe it might contain all the answers to my questions.
I'm new to vscode development. I'm a bit more familiar with JupyterLab and jupyterlab-lsp which leverages the vscode LSP protocol and language servers. I've raised this issue with vscode-jupyter
microsoft/vscode-jupyter#8198
As you see from my issue the way jupyterlab-lsp handles magics is by way of transclusions. However I believe you do something similar here
vscode-kusto/src/extension/languageServer/browser/index.ts
Line 79 in ba2cf29
Does this occur on the client side (in vscode) so that the language server sees the correct text?
To detect %%sql cells and fix the text what do I need as a minimum in my own vscode extension.
The text was updated successfully, but these errors were encountered: