Skip to content

Releases: dracula/visual-studio-code

v2.22.0

28 Apr 19:34
Compare
Choose a tag to compare

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

18 Mar 13:08
Compare
Choose a tag to compare

Minor

  • make breadcrumb color match active tab color (#138)
  • improve rendered whitespace color. (#135)

v2.20.0

13 Feb 23:47
Compare
Choose a tag to compare

Minor

  • support new editor.foldBackground highlight group.

2.19.2

05 Jan 21:02
Compare
Choose a tag to compare

Patch

  • Noop update to fix screenshot on vscode marketplace.

2.19.1

05 Jan 20:57
Compare
Choose a tag to compare

Patch

  • Noop update so screenshot path is updated downstream in vscode marketplace.

2.19.0

30 Nov 15:22
Compare
Choose a tag to compare

Minor

  • Add activitybar colors. #121

Patch

  • Fix cursor color in ipynb files. #124

Credits

Thanks @leandrocunha for your contribution!

2.18.1

15 Oct 15:25
Compare
Choose a tag to compare

Patch

  • Fix class keyword highlighting in babel syntax. #118

Thanks @black-black-cat for your contribution!

2.18.0

04 May 02:08
Compare
Choose a tag to compare

Minor

  • Add support for statusBarItem.remoteBackground (currently available in insiders) #105

2.17.0

17 Mar 15:53
Compare
Choose a tag to compare

Minor

  • Adjust JSDoc-style comments to align with specification.

Patch

  • Fix python docstring highlighting.

2.16.0

07 Feb 03:43
Compare
Choose a tag to compare

Minor

  • Implement colors for new List Filter Widget scopes. (#95).

Huge thanks to @DanielRamosAcosta for the contribution.