Releases: dracula/visual-studio-code
Releases Β· dracula/visual-studio-code
1.15.1
08 May 17:27
Compare
Sorry, something went wrong.
No results found
Patch
Fix dropdown colors.
Revert button colors to system default.
Small adjustements to findMatchHighlight and findRangeHighlight in an attempt to improve contrast. #31
1.15.0
06 May 17:44
Compare
Sorry, something went wrong.
No results found
Minor
Switch from highlighting the entire current line to coloring only the border.
Patch
General overhaul/improvement of new UI scopes.
Note: If you prefer to have the entire current line highlighted like it was previously, you can enable it by adding the following in your User Settings:
{
"workbench.colorCustomizations" : {
"editor.lineHighlightBackground" : " #44475A"
}
}
1.14.0
04 May 21:10
Compare
Sorry, something went wrong.
No results found
Minor
Upgrade from experimental UI theme scopes (requires VSCode v1.12.0). #28
Thanks @Eric-Jackson for your contribution!
1.13.1
04 May 01:23
Compare
Sorry, something went wrong.
No results found
Patch
Fix magic variable highlighting in python. (e.g. __name__)
1.13.0
30 Apr 17:45
Compare
Sorry, something went wrong.
No results found
Minor
Add highlighting for HTML entities. (HT: @ajitid )
1.12.0
28 Apr 19:43
Compare
Sorry, something went wrong.
No results found
Minor
Add highlighting for escape characters. (HT: @ajitid )
1.11.1
26 Apr 19:39
Compare
Sorry, something went wrong.
No results found
Patch
Adjust TextMate scopes for strings so that VSCode "Expand Select" function works properly. Closes #24 (HT: @ajitid )
1.11.0
17 Apr 22:58
Compare
Sorry, something went wrong.
No results found
Minor
Adjust tab colors to make active/inactive tabs more identifiable.
Darken the status bar to match the tab bar.
Thanks @DanielRamosAcosta for the contribution!
1.10.0
16 Apr 02:37
Compare
Sorry, something went wrong.
No results found
1.10.0
Patch
Fix status bar background color when there's no folder selected. Closes #20 (HT: @23doors )
Note: Published as a minor semver bump by mistake. Should have been patch.
1.9.1
07 Apr 16:47
Compare
Sorry, something went wrong.
No results found
Patch
Fix peekview colorization.
Fix debug panel background color. Closes #19 (HT: @23doors )
Add contrast to the Activity Bar. (HT: @rajasimon )
Adjust find match highlight to be differentiable from selection. Closes #18 (HT: @nguyenhuumy )
Adjust active/inactive tab colors.
Add requirement for VSCode engine ^1.11.0 in package.json