File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Original file line number Diff line number Diff line change 66
66
"theme" : " light"
67
67
},
68
68
"activationEvents" : [
69
- " onCommand:arduino.languageserver.start" ,
70
- " onCommand:arduino.languageserver.startWithDefault"
69
+ " onCommand:arduino.languageserver.start"
71
70
],
72
71
"contributes" : {
73
72
"languages" : [
96
95
"command" : " arduino.languageserver.start" ,
97
96
"title" : " Arduino: Start/Restart Language Server" ,
98
97
"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
98
}
105
99
]
106
100
}
You can’t perform that action at this time.
0 commit comments