We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee21c56 commit 12db634Copy full SHA for 12db634
package.json
@@ -66,8 +66,7 @@
66
"theme": "light"
67
},
68
"activationEvents": [
69
- "onCommand:arduino.languageserver.start",
70
- "onCommand:arduino.languageserver.startWithDefault"
+ "onCommand:arduino.languageserver.start"
71
],
72
"contributes": {
73
"languages": [
@@ -96,11 +95,6 @@
96
95
"command": "arduino.languageserver.start",
97
"title": "Arduino: Start/Restart Language Server",
98
"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"
104
}
105
]
106
0 commit comments