Skip to content

Commit 8edb383

Browse files
authored
Merge pull request #102 from dinbtechit/bug/100-remove-rainbow-bracket
Fix #100
2 parents 88bd6ac + 7b0546a commit 8edb383

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# vscode-theme Changelog
44

55
## Unreleased
6+
### Changed
7+
- #100 - removing rainbow bracket - can be installed separately if needed.
68

79
## 1.10.0 - 2023-08-18
810

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup = com.github.dinbtechit.vscodetheme
44
pluginName = VSCode Theme
55
# SemVer format -> https://semver.org
6-
pluginVersion = 1.10.0
6+
pluginVersion = 1.10.1
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild = 211
@@ -17,7 +17,7 @@ platformVersion = 2023.1.1
1717
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
1818
platformPlugins = JavaScript, com.intellij.java, io.flutter:73.1.1, Dart:231.9065, PsiViewer:231-SNAPSHOT, \
1919
Pythonid:231.8770.65, PythonCore:231.8770.65, org.jetbrains.kotlin, com.jetbrains.php:231.8770.68, org.jetbrains.plugins.go:231.8770.53, \
20-
org.rust.lang:0.4.194.5382-231,com.jetbrains.sh,izhangzhihao.rainbow.brackets.lite:1.0.1
20+
org.rust.lang:0.4.194.5382-231,com.jetbrains.sh
2121

2222
# Gradle Releases -> https://github.com/gradle/gradle/releases
2323
gradleVersion = 8.1

src/main/resources/META-INF/plugin.xml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<idea-version since-build="213"/>
77

88
<depends>com.intellij.modules.platform</depends>
9-
<depends>izhangzhihao.rainbow.brackets.lite</depends>
109

1110
<depends config-file="lang-config/dinbtechit-javascript.xml" optional="true">JavaScript</depends>
1211
<depends config-file="lang-config/dinbtechit-java.xml" optional="true">com.intellij.java</depends>

0 commit comments

Comments
 (0)