Skip to content

Releases: dracula/visual-studio-code

2.8.0

10 Jan 01:06
Compare
Choose a tag to compare

Minor

  • Fix missing syntax highlighting of markdown code block backticks.
  • Fix missing syntax highlighting for decorator objects in JS & TS.
  • Fix incorrect highlighting for braces/punctuation inside template strings in JS & TS.

Patch

  • Fix overpowering opaque orange color of editor.findMatchBackground.

2.7.0

09 Dec 18:36
Compare
Choose a tag to compare

Minor

  • Improve highlighting for invalid and invalid.deprecated scopes.
  • Italicize html attribute names so that Operator Mono font users can have their fancy pseudo-cursive. #62

Patch

  • Fix incorrectly colored type annotation separators in Python.

2.6.1

16 Nov 00:14
Compare
Choose a tag to compare

Patch

  • Fix highlighting for pragma instructions in Haskell.

2.6.0

09 Nov 18:41
Compare
Choose a tag to compare

Minor

  • Add support for new git status colors in the file explorer. 941ad4a
  • Change editorGutter.modifiedBackground from cyan to orange to match above.

As usual, feedback welcomed and encouraged.

2.5.2

24 Oct 23:26
Compare
Choose a tag to compare

Patch

  • Improve terminal white contrast. #59

Credits

Thanks @nickcernis for your contribution!

2.5.1

06 Oct 00:38
Compare
Choose a tag to compare

Patch

  • Fix variable interpolation operators in Make language
  • Change codelens from orange to comment color so it's less distracting. #57

Credits

Thanks @smt923 for your contribution!

2.5.0

05 Oct 23:42
Compare
Choose a tag to compare

Minor

  • Add support for improved RegExp highlighting released in VSCode v1.17.0 (JS and TS especially). 74418f1

2.4.2

03 Oct 17:39
Compare
Choose a tag to compare

Patch

  • Fix SCSS attribute selector string highlighting.

In other words...

input[type='text'] {}
//          ^^^^ now highlighted correctly

2.4.1

27 Sep 21:16
Compare
Choose a tag to compare

Patch

  • Fix small upstream issue causing expand selection to quotes to not work properly in JSON keys
  • Fix opacity in pane drag and drop

Credits

Thanks @ajitid for your contribution!

2.4.0

17 Sep 15:15
Compare
Choose a tag to compare

Minor

  • Add support for elixir's underscored vars (#53)

Credits

Huge thanks to @epogue for his help!