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
We don't provide C# tokens in VSCode today, which seems fine since the default experience is already decently powerful. However, we may want to look into implementing support in the future. (I tried, but there seems to be some bug with the execute command - will have to investigate more later.)
The text was updated successfully, but these errors were encountered:
Pretty sure we can do this - the existing provider essentially does nothing since we don't have C# semantic tokens support in VS Code today (tracked via dotnet/razor#6922). At the moment, C# tokens are exclusively provided by TextMate. This should resolve the errors seen in https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1802613.
Related work items: #1802613
We don't provide C# tokens in VSCode today, which seems fine since the default experience is already decently powerful. However, we may want to look into implementing support in the future. (I tried, but there seems to be some bug with the execute command - will have to investigate more later.)
The text was updated successfully, but these errors were encountered: