Skip to content

Commit bd62680

Browse files
Akos KittaAlberto Iannaccone
authored andcommitted
i18n fixup.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 49f2e5c commit bd62680

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

arduino-ide-extension/src/browser/widgets/cloud-sketchbook/cloud-sketchbook-contributions.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ export namespace CloudSketchbookCommands {
6464
}
6565
}
6666

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-
7567
export const TOGGLE_CLOUD_SKETCHBOOK = Command.toLocalizedCommand(
7668
{
7769
id: 'arduino-cloud-sketchbook--disable',

arduino-ide-extension/src/browser/widgets/sketchbook/sketchbook-commands.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ export namespace SketchbookCommands {
55
id: 'arduino-sketchbook-widget:toggle',
66
};
77

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+
};
1411

1512
export const OPEN_NEW_WINDOW = Command.toLocalizedCommand(
1613
{

0 commit comments

Comments
 (0)