Skip to content

Avoid pseudo-errors in C# output#655

Merged
Rpinski merged 2 commits intomasterfrom
stable-editor
Apr 20, 2026
Merged

Avoid pseudo-errors in C# output#655
Rpinski merged 2 commits intomasterfrom
stable-editor

Conversation

@Rpinski
Copy link
Copy Markdown
Member

@Rpinski Rpinski commented Apr 20, 2026

We used VS Code's C# languageId before, which triggered several C# features we didn't need, sometimes showing red pseudo-errors in editor. We avoid that now by defining an own ILSpy languageId, which re-uses VS Code's built-in grammar for proper syntax highlighting, but nothing else C#-related.

Rpinski added 2 commits April 20, 2026 17:10
We used VS Code's C# languageId before, which triggered several C#
features we didn't need, sometimes showing red pseudo-errors in editor.
We avoid that now by defining an own ILSpy languageId, which re-uses VS
Code's built-in grammar for proper syntax highlighting, but nothing else
C#-related.
@Rpinski Rpinski marked this pull request as ready for review April 20, 2026 22:12
@Rpinski Rpinski merged commit 8e46670 into master Apr 20, 2026
1 check passed
@Rpinski Rpinski deleted the stable-editor branch April 20, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant