File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
arduino-ide-extension/src/browser/widgets Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,6 @@ export namespace CloudSketchbookCommands {
64
64
}
65
65
}
66
66
67
- export const SHOW_CLOUD_SKETCHBOOK_WIDGET = Command . toLocalizedCommand (
68
- {
69
- id : 'arduino-cloud-sketchbook--show-cloud-sketchbook-widget' ,
70
- label : 'Show Cloud Sketchbook Widget' ,
71
- } ,
72
- 'arduino/sketch/showCloudSketchbookWidget'
73
- ) ;
74
-
75
67
export const TOGGLE_CLOUD_SKETCHBOOK = Command . toLocalizedCommand (
76
68
{
77
69
id : 'arduino-cloud-sketchbook--disable' ,
Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ export namespace SketchbookCommands {
5
5
id : 'arduino-sketchbook-widget:toggle' ,
6
6
} ;
7
7
8
- export const REVEAL_SKETCH_NODE = Command . toLocalizedCommand (
9
- {
10
- id : 'arduino-sketchbook--reveal-sketch-node' ,
11
- } ,
12
- 'arduino/sketch/revealSketchNode'
13
- ) ;
8
+ export const REVEAL_SKETCH_NODE : Command = {
9
+ id : 'arduino-sketchbook--reveal-sketch-node' ,
10
+ } ;
14
11
15
12
export const OPEN_NEW_WINDOW = Command . toLocalizedCommand (
16
13
{
You can’t perform that action at this time.
0 commit comments