Closed newton108 closed 4 years ago
Hi, thanks for opening this issue.
LaTeX support is only available through plugins, which I don't plan on officially supporting at the moment due to time constraints.
You can customize the theme for your VSCode, though, as explained here. In order to get the same behavior as the Atom you can just add these customizations:
"editor.tokenColorCustomizations": {
"[Atom One Dark]": {
"textMateRules": [
{
"scope": [
"support.class.math.latex",
"constant.numeric.math.tex",
"support.class.math.block.environment.latex"
],
"settings": {
"foreground": "#98C379",
}
}
],
},
}
You should get the same coloring as Atom:
Colour inside math mode is different.
Sample code
Filename and Language selected
LaTeX
.tex
file,Atom Original theme Screenshot
VSCode theme Screenshot
Versions used
Extra information
The only other extension I use is: LaTeX-Workshop 8.11.1 https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop