Skip to content

Commit 12db634

Browse files
author
Akos Kitta
committed
Removed dummy command.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent ee21c56 commit 12db634

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
"theme": "light"
6767
},
6868
"activationEvents": [
69-
"onCommand:arduino.languageserver.start",
70-
"onCommand:arduino.languageserver.startWithDefault"
69+
"onCommand:arduino.languageserver.start"
7170
],
7271
"contributes": {
7372
"languages": [
@@ -96,11 +95,6 @@
9695
"command": "arduino.languageserver.start",
9796
"title": "Arduino: Start/Restart Language Server",
9897
"description": "Start the language server or restart if there is a running instance"
99-
},
100-
{
101-
"command": "arduino.languageserver.startWithDefault",
102-
"title": "Arduino: Start/Restart Language Server with Defaults",
103-
"description": "Start the language server or restart if there is a running instance with default configs"
10498
}
10599
]
106100
}

0 commit comments

Comments
 (0)