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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -