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
I noticed an inconsistency in syntax highlighting when using the KQL magic command in Polyglot Notebooks, depending on the presence of the --name parameter. When --name is omitted, the syntax highlighting is normal, but when --name is included, the highlighting appears different (as seen in the screenshots below).
Steps to Reproduce:
Open a KQL notebook in Polyglot Notebooks.
Run the following code without the --name parameter:
Observe the syntax highlighting (different behavior in the image below).
Expected Behavior:
The syntax highlighting should remain consistent, regardless of the presence or absence of the --name parameter in the magic command.
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
OS
Windows 11
Frontend
Visual Studio Code Insiders
Visual Studio Code Extension Details
Name: Polyglot Notebooks
Id: ms-dotnettools.dotnet-interactive-vscode
Description: Polyglot Notebooks for VS Code. Use multiple languages in one notebook with full language server support for each language and share variables between them.
Version: 1.0.6070011
Publisher: Microsoft
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode
The text was updated successfully, but these errors were encountered:
Describe the bug
I noticed an inconsistency in syntax highlighting when using the KQL magic command in Polyglot Notebooks, depending on the presence of the --name parameter. When --name is omitted, the syntax highlighting is normal, but when --name is included, the highlighting appears different (as seen in the screenshots below).
Steps to Reproduce:
--name
parameter:--name
parameter:Expected Behavior:
The syntax highlighting should remain consistent, regardless of the presence or absence of the
--name
parameter in the magic command.Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):Visual Studio Code Extension Details
The text was updated successfully, but these errors were encountered: