Closed erichiller closed 3 years ago
you should enable semantic highlighting
"csharp.semanticHighlighting.enabled": true,
"editor.semanticHighlighting.enabled": true
@erichiller Sematntic classification for Records was added for Roslyn 3.9.0-2 but we are still on 3.8.0. Once we move OmniSharp-Roslyn to a suitable Roslyn, we can add a new classification for Records. Thanks for logging. We will use this issue to track adding this.
Sematntic classification for Records was added for Roslyn 3.9.0-2 but we are still on 3.8.0.
Oh really? I would have sworn it worked, sorry for the confusion 🤔
@JoeRobich Is there something that blocks updating from 3.8.0 to 3.9.0-2 or higher?
Looks like it was already updated in https://github.com/OmniSharp/omnisharp-roslyn/pull/2022
I still experience this issue with the extension version 1.23.8.
When I want to inspect editor scopes O# logs the following error:
{
"Request_seq": 945,
"Command": "/v2/highlight",
"Running": true,
"Success": false,
"Message": "\"System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.\r\n at System.ThrowHelper.ThrowKeyNotFoundException()\r\n at System.Collections.Generic.Dictionary2.get_Item(TKey key)\\r\\n at OmniSharp.Roslyn.CSharp.Services.SemanticHighlight.SemanticHighlightService.CreateSemanticSpan(IEnumerable
1 results, TextLineCollection lines) in D:\\a\\1\\s\\src\\OmniSharp.Roslyn.CSharp\\Services\\SemanticHighlight\\SemanticHighlightService.cs:line 72\r\n at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()\\r\\n at System.Linq.Buffer
1..ctor(IEnumerable1 source)\\r\\n at System.Linq.Enumerable.ToArray[TSource](IEnumerable
1 source)\r\n at OmniSharp.Roslyn.CSharp.Services.SemanticHighlight.SemanticHighlightService.2.<HandleRequestForLanguage>d__20.MoveNext() in D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:line 230\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n at OmniSharp.Endpoint.EndpointHandler
2.
Any updates on this ? I have same issue.
this was already merged into OmniSharp and released 3 days ago https://github.com/OmniSharp/omnisharp-roslyn/releases
it will be consumed in the next release of the C# extension for VS Code
cc: @JoeRobich
This one seems to have been fixed for a while (early february) so this could be closed now right?
yes, thanks
@filipw this should be reopened, unless this is how it is supposed to look (v1.23.11)
do you have semantic highlighting enabled? if so, and it still happens, then please open a new bug with the file that reproduces this - there could be some specific positioning/alignment of symbols that results in this behavior.
@filipw Thanks, enabling that works; but shouldnt this be considered a bug if omnisharp on default settings doesnt highlight a standard C# record?
this is up to @JoeRobich to judge 🙂
Also, it's not an OmniSharp issue really - the OmniSharp server only provides semantic highlighting, the "regular" highlighting is based on static textmate grammar which is part of VS Code itself and is maintained here https://github.com/dotnet/csharp-tmLanguage
Issue Description
Syntax highlighting/colors for records does not work.
Steps to Reproduce
Create a dotnet 5 project. create a record, such as the below, I have included several positions/orders of
record
s in the code, as well as oneclass
for comparisonExpected Behavior
Coloration for
record
much like forclass
orstruct
, etc..Actual Behavior
The output depends on the order, see how
FooRecord3
moves and changes the output color.vs. vs.
The presence of
{ }
curly braces seems to be the cause of the change. However, even with a curly braced record placed at the top, the highlighting is still inconsistent. Notice howpublic
is colored in therecord
definition ofFooRecord3
but not in the constructor as inFooClass
nor is the keywordrecord
displayed consistently in the 3record
s included.For a quick reproduction, here is the sample source
Note after pasting the source into this ticket, I notice that GitHub has syntax coloring issues as well with
record
s.OmniSharp log
C# log
none
Environment information
VSCode version: 1.51.1 C# Extension: 1.23.6
Dotnet Information
.NET SDK (reflecting any global.json): Version: 5.0.100 Commit: 5044b93829 Runtime Environment: OS Name: Windows OS Version: 10.0.19042 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\5.0.100\ Host (useful for support): Version: 5.0.0 Commit: cf258a14b7 .NET SDKs installed: 3.1.102 [C:\Program Files\dotnet\sdk] 3.1.302 [C:\Program Files\dotnet\sdk] 3.1.401 [C:\Program Files\dotnet\sdk] 5.0.100 [C:\Program Files\dotnet\sdk] .NET runtimes installed: Microsoft.AspNetCore.App 3.1.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 3.1.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 3.1.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 5.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 3.1.2 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 3.1.6 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 3.1.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 5.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 3.1.2 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 3.1.6 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 3.1.7 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 5.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] To install additional .NET runtimes or SDKs: https://aka.ms/dotnet-downloadVisual Studio Code Extensions
|Extension|Author|Version| |---|---|---| |better-align|wwm|1.1.6| |cpptools|ms-vscode|1.1.1| |csharp|ms-dotnettools|1.23.6| |docomment|k--kato|0.1.19| |erlang-otp|yuce|0.2.4| |errorlens|usernamehw|3.2.4| |githistory|donjayamanne|0.6.14| |gitignore|codezombiech|0.6.0| |graphql-for-vscode|kumar-harsh|1.15.3| |hexeditor|ms-vscode|1.3.0| |jsdoc-markdown-highlighting|bierner|0.0.1| |markdown-all-in-one|yzhang|3.4.0| |msbuild-project-tools|tintoy|0.3.10| |path-intellisense|christian-kohler|2.3.0| |powershell-preview|ms-vscode|2020.9.0| |rainbow-csv|mechatroner|1.7.1| |remote-ssh-edit|ms-vscode-remote|0.56.0| |remote-wsl|ms-vscode-remote|0.51.3| |selected-lines-count|gurumukhi|1.4.0| |sqltools|mtxr|0.23.0| |svg|jock|1.4.1| |template-string-converter|meganrogge|0.3.0| |theme-karyfoundation-themes|karyfoundation|20.0.3| |todo-tree|Gruntfuggly|0.0.188| |toml|be5invis|0.5.1| |unique-lines|bibhasdn|1.0.0| |vscode-docker|ms-azuretools|1.8.0| |vscode-eslint|dbaeumer|2.1.13| |vscode-great-icons|emmanuelbeziat|2.1.60| |vscode-json5|mrmlnc|1.0.0| |vscode-scss|mrmlnc|0.9.0| |vscode-scss-formatter|sibiraj-s|2.0.2| |vscode-solution-explorer|fernandoescolar|0.3.11| |vscode-yaml|redhat|0.12.0| |xml|DotJoshJohnson|2.5.1|;