latex - Language-specific setting about colorTheme in VSCode -
i want set colortheme each language.
for example, latex --> "quiet light", others --> "dark+".
we can set each settings language-specifically. added language-specific setting this,
"[latex]":{ "workbench.colortheme": "quiet light" }
but, code doesn't work.
not of vs code 1.15. editor.*
settings supported in language specific settings currently
we tracking feature here: https://github.com/microsoft/vscode/issues/20652
Comments
Post a Comment