Releases: dracula/visual-studio-code
Releases Β· dracula/visual-studio-code
v2.22.0
Minor
- enable semantic highlighting.
- update screenshot.
NOTE: This is probably going to be somewhat buggy in certain situations. We can address those bugs as they come up. Feel free to open issues for these.
Keep in mind, the source of truth for "correctness" should come from https://spec.draculatheme.com
v2.21.0
Minor
- make breadcrumb color match active tab color (#138)
- improve rendered whitespace color. (#135)
v2.20.0
Minor
- support new
editor.foldBackground
highlight group.
2.19.2
Patch
- Noop update to fix screenshot on vscode marketplace.
2.19.1
Patch
- Noop update so screenshot path is updated downstream in vscode marketplace.
2.19.0
Minor
- Add activitybar colors. #121
Patch
- Fix cursor color in
ipynb
files. #124
Credits
Thanks @leandrocunha for your contribution!
2.18.1
Patch
- Fix class keyword highlighting in babel syntax. #118
Thanks @black-black-cat for your contribution!
2.18.0
Minor
- Add support for
statusBarItem.remoteBackground
(currently available in insiders) #105
2.17.0
Minor
- Adjust JSDoc-style comments to align with specification.
Patch
- Fix python docstring highlighting.
2.16.0
Minor
- Implement colors for new
List Filter Widget
scopes. (#95).
Huge thanks to @DanielRamosAcosta for the contribution.