-
Notifications
You must be signed in to change notification settings - Fork 36.9k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitytokenizationText tokenizationText tokenization
Milestone
Description
Currently you can edit the user settings and add editor.tokenColorCustomizations to modify certain colors without creating or editing an entire theme.
However, editor.tokenColorCustomizations does not work with the scope of language-specific settings... i.e.
"[language]": {
"editor.tokenColorCustomizations": {
}
}
This would be a huge benefit to syntax extension developers. Currently I'm developing an extension for CNC G-Code and I'd like to add a configuration option to add typical cnc g-code editor colors. I can update the user settings directly from the extension but that involves a lot of additional coding to store any current customizations that the user may have put in there already.
KamasamaK, Foolment, perseus-me, Reinmar, nitrogenase and 9 more
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitytokenizationText tokenizationText tokenization