Skip to content

Releases: dracula/visual-studio-code

2.15.0

07 Nov 02:48
Compare
Choose a tag to compare

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

09 Sep 16:41
Compare
Choose a tag to compare

Patch

  • Fix the incorrect syntax highlighting of "pseudo-constants" in tsx files. #84

2.14.0

08 Sep 19:43
Compare
Choose a tag to compare

Minor

  • Add theme support to 2 new UI scopes added in VSCode v1.27

2.13.0

19 Aug 22:09
Compare
Choose a tag to compare

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

20 Jul 00:18
Compare
Choose a tag to compare

Patch

  • Fix color of editor rulers to match indent guides. #79

Thanks @GabbeS for your contribution!

2.12.0

06 Jul 23:20
Compare
Choose a tag to compare

Minor

  • Improve integrated terminal ANSI colors.

2.11.0

15 Jun 00:36
Compare
Choose a tag to compare

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

03 May 20:42
Compare
Choose a tag to compare

Minor

  • Add support for new highlighted indent guides. #74

Credits

Thanks @smt923 for your contribution!

2.9.0

24 Feb 19:56
Compare
Choose a tag to compare

Minor

  • Implement improved ANSI colors for integrated terminal. #66

Thanks @teddybradford for your contribution!

2.8.1

09 Feb 00:40
Compare
Choose a tag to compare

Patch

  • Fix small syntax highlighting issues in PHP.