File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ class SampleRemoteProvider(
51
51
override fun close () {}
52
52
53
53
override fun getName (): String = " Sample Provider"
54
+ override fun getSvgIcon (): ByteArray {
55
+ return this ::class .java.getResourceAsStream(" /icon.svg" )?.readAllBytes() ? : byteArrayOf()
56
+ }
54
57
55
58
override fun canCreateNewEnvironments (): Boolean = true
56
59
override fun isSingleEnvironment (): Boolean = false
Original file line number Diff line number Diff line change 5
5
"readableName" : " Sample plugin" ,
6
6
"description" : " This plugin is a sample of Remote Development integration into JetBrains Toolbox App" ,
7
7
"vendor" : " Toolbox + Gateway" ,
8
- "url" : " https://github.com/kropp/toolbox-gateway-sample"
8
+ "url" : " https://github.com/kropp/toolbox-gateway-sample" ,
9
+ "backgroundColors" : {
10
+ "start" : " #fdb60d" ,
11
+ "top" : " #ff318c" ,
12
+ "end" : " #6b57ff"
13
+ }
9
14
},
10
15
"compatibleVersionRange" : {
11
- "from" : " 2.0 " ,
12
- "to" : " 2.1.0.0 "
16
+ "from" : " 2.1 " ,
17
+ "to" : " 2.999 "
13
18
}
14
19
}
You can’t perform that action at this time.
0 commit comments