Skip to content

Commit 045adcc

Browse files
committed
fix: serialization issue
- toolbox can't load the plugin because of serialization issues. - backgroundColors is no longer recognized
1 parent 547fdea commit 045adcc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/resources/extension.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"readableName": "Coder Gateway",
66
"description": "This plugin connects your JetBrains IDE to Coder workspaces.",
77
"vendor": "Coder",
8-
"url": "https://github.com/coder/jetbrains-coder",
9-
"backgroundColors": {
10-
"start": { "hex": "#fdb60d", "opacity": 0.6 },
11-
"top": { "hex": "#ff318c", "opacity": 0.6 },
12-
"end": { "hex": "#6b57ff", "opacity": 0.6 }
13-
}
8+
"url": "https://github.com/coder/jetbrains-coder"
149
},
1510
"apiVersion": "0.1.0",
1611
"compatibleVersionRange": {

0 commit comments

Comments
 (0)