Skip to content

Releases: dinbtechit/vscode-theme

v1.10.5

16 Oct 13:24
3b001d0
Compare
Choose a tag to compare

Changed

  • Removed Enum usage as it is not supported in PyCharm, CLion and RubyMine 2022.x.x
  • Upgrading Gradle - 8.1 to 8.3

Fixed

  • #130 - VScode startup activity error - Specific to PyCharm, CLion and RubyMine.
  • #132 - Java -Wrong colors if there is extends or super keyword inside generic of generic.
  • #139 - Python Jupyter - Removed black background in Jupyter (Had to make a Temp fix might not be perfect.)
  • VSCode Light Theme - Toolbar background was white and hard to see the buttons.
  • #150 - Unable to select the default theme DARK_MODERN
  • #151 - java.lang.NoClassDefFoundError JupyterPyDialect

v1.10.4

15 Oct 22:45
3461130
Compare
Choose a tag to compare

Changed

  • Removed Enum usage as it is not supported in PyCharm, CLion and RubyMine 2022.x.x
  • Upgrading Gradle - 8.1 to 8.3

Fixed

  • #130 - VScode startup activity error - Specific to PyCharm, CLion and RubyMine.
  • #132 - Java -Wrong colors if there is extends or super keyword inside generic of generic.
  • #139 - Python Jupyter - Removed black background in Jupyter (Had to make a Temp fix might not be perfect.)
  • VSCode Light Theme - Toolbar background was white and hard to see the buttons.

v1.10.3

01 Oct 23:09
8d07efd
Compare
Choose a tag to compare

Changed

  • Keeping in Sync with IntelliJ Template changes
  • Updated Rust plugin from (Deprecated)org.rust.lang to com.jetbrains.rust.
  • Removing deprecated API usages - Unfortunately can no longer support 2021.1.x
  • Adding more logging to triage issue #123

v1.10.2

21 Aug 23:59
0bb1e6a
Compare
Choose a tag to compare

Fixed

  • #103 - Fix for "Array contains no element matching the predicate"

v1.10.1

21 Aug 12:28
8edb383
Compare
Choose a tag to compare

Changed

  • #100 - removing rainbow bracket - can be installed separately if needed.

v1.10.0

18 Aug 14:58
395141f
Compare
Choose a tag to compare

Added

  • Rainbow Brackets plugin will now be bundled within VSCode theme
  • #84 - Functionality to report bug through IDE error reporting tool

Fixed

  • Icon colors are messed up in VSCode light theme

v1.9.1

13 Aug 14:23
bf46e3e
Compare
Choose a tag to compare

Changed

  • #91 - operator and @decorator colors Python
  • Python - Keeping vscode light theme inline with dark modern theme.

v1.9.0

13 Aug 04:41
8f8e9a5
Compare
Choose a tag to compare
  • #66 - VSCode Light Modern theme - Initial

v1.8.6

07 Aug 14:35
bcd9653
Compare
Choose a tag to compare

Changed

  • Removing experimental update on typing
  • Removing experimental Dumbaware as there are not visible improvements.

v1.8.5

06 Jul 23:36
c90e41f
Compare
Choose a tag to compare

Fixed

  • #79 - Adding separate color settings for Python imports (Part 2)