Replies: 2 comments
-
|
@cstyve Can you please provide additional details on the change you're mentioning? I'm not aware of any recent changes in this area, but I can take a look at what you're seeing. It's also worth checking if your VS Code color theme updated recently, that's the most common cause of unexpected syntax coloring changes. If you'd like to override the extension's grammar and fall back to VS Code's built-in SQL highlighting, you can add this to your "[sql]": {
"editor.tokenColorCustomizations": {
"textMateRules": []
}
}You can also restyle specific token scopes under |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the prompt reply. It turned out the theme with beside was
changed by me accidentally.
chris styve
…On Fri, Mar 27, 2026, 11:32 a.m. Karl Burtram ***@***.***> wrote:
@cstyve <https://github.com/cstyve> Can you please provide additional
details on the change you're mentioning? I'm not aware of any recent
changes in this area, but I can take a look at what you're seeing.
It's also worth checking if your VS Code color theme updated recently,
that's the most common cause of unexpected syntax coloring changes.
If you'd like to override the extension's grammar and fall back to VS
Code's built-in SQL highlighting, you can add this to your settings.json:
"[sql]": {
"editor.tokenColorCustomizations": {
"textMateRules": []
}
}
You can also restyle specific token scopes under
editor.tokenColorCustomizations if only certain keywords/elements look
off to you.
—
Reply to this email directly, view it on GitHub
<#21766?email_source=notifications&email_token=AD4BJ2HBJ3T2R2HL6CTTMGT4S2NHNA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNRTGQ3DCMJQUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#discussioncomment-16346110>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4BJ2EDBNJFXCC6BDJDJA34S2NHNAVCNFSM6AAAAACXB44HCSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMZUGYYTCMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It appears the latest MSSQL extension changed the color scheme for syntax highlighting. Where is the code stored regarding syntax highlighting and how to revert back to the original?
Beta Was this translation helpful? Give feedback.
All reactions