Releases: dracula/visual-studio-code
Releases Β· dracula/visual-studio-code
2.15.0
Minor
- Themeing for the following areas added/modified:
sideBarSectionHeader
snippetTabStop
, snippetFinalTabStop
Patch
- Fix incorrect highlighting for variable names in JavaScript (and friends) in the body of default-exported classes/functions/etc. (#88, #82)
2.14.1
Patch
- Fix the incorrect syntax highlighting of "pseudo-constants" in
tsx
files. #84
2.14.0
Minor
- Add theme support to 2 new UI scopes added in VSCode
v1.27
2.13.0
Minor
- Add basic styling to the new settings window.
- Add styling to the new breadcrumbs UI elements. #85
Fix
- Fix the incorrect syntax highlighting of javascript/typescript "pseudo-constants" (a change that recently was added to the syntaxes). #84
2.12.1
Patch
- Fix color of editor rulers to match indent guides. #79
Thanks @GabbeS for your contribution!
2.12.0
Minor
- Improve integrated terminal ANSI colors.
2.11.0
Minor
- Change git modified color from
Orange
to Cyan
(rationale: less jarring on the eyes).
- Change warning color from
Yellow
to Orange
(rationale: more jarring on the eyes).
Patch
- Fix warning color decorations in the explorer. #77
2.10.0
Minor
- Add support for new highlighted indent guides. #74
Credits
Thanks @smt923 for your contribution!
2.9.0
Minor
- Implement improved ANSI colors for integrated terminal. #66
Thanks @teddybradford for your contribution!
2.8.1
Patch
- Fix small syntax highlighting issues in PHP.