File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
kotlin/io/github/ethersync Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "icons" : {
3+ "expui" : {
4+ "toolbar.svg" : " toolbar.svg"
5+ }
6+ }
7+ }
Original file line number Diff line number Diff line change 2626
2727 <toolWindow
2828 id =" ethersync"
29- icon =" io.github.ethersync.Icons.PluginIcon "
29+ icon =" /toolbar.svg "
3030 factoryClass =" io.github.ethersync.EthersyncToolWindowFactory" />
3131
3232 <terminal .shellCommandHandler
3333 implementation =" io.github.ethersync.StartEthersyncDaemonTerminalShellCommandHandler" />
34+ <iconMapper mappingFile =" EthersyncIconMappings.json" />
3435 </extensions >
3536
3637 <actions >
3940 class =" io.github.ethersync.StartEthersyncDaemonAction"
4041 text =" Code with Ethersync"
4142 description =" Connect to a running ethersync daemon or start a new peer"
42- icon =" io.github.ethersync.Icons.PluginIcon " >
43+ icon =" /toolbar.svg " >
4344 <add-to-group group-id =" ToolsMenu" anchor =" first" />
4445 </action >
4546 </actions >
You can’t perform that action at this time.
0 commit comments