@@ -165,7 +165,6 @@ function sanitizeDefinition(definition) {
165165 typeof definition . launcher . install === "object"
166166 ? {
167167 command : definition . launcher . install . command ,
168- prompt : definition . launcher . install . prompt ,
169168 }
170169 : undefined ,
171170 bridge : sanitizeBridge ( id , definition . launcher . bridge ) ,
@@ -280,7 +279,6 @@ function registerBuiltinServers() {
280279 install : {
281280 command :
282281 "apk add --no-cache nodejs npm && npm install -g typescript-language-server typescript" ,
283- prompt : "Install TypeScript language server dependencies?" ,
284282 } ,
285283 } ,
286284 enabled : false ,
@@ -300,7 +298,6 @@ function registerBuiltinServers() {
300298 install : {
301299 command :
302300 "apk update && apk upgrade && apk add python3 py3-pip && PIP_BREAK_SYSTEM_PACKAGES=1 pip install 'python-lsp-server[websockets,all]'" ,
303- prompt : "python-lsp-server is not installed. Install it now?" ,
304301 } ,
305302 } ,
306303 initializationOptions : {
@@ -331,7 +328,6 @@ function registerBuiltinServers() {
331328 checkCommand : "which clangd" ,
332329 install : {
333330 command : "apk add --no-cache clang-extra-tools" ,
334- prompt : "clangd is not installed. Install it now?" ,
335331 } ,
336332 } ,
337333 enabled : false ,
@@ -355,7 +351,6 @@ function registerBuiltinServers() {
355351 install : {
356352 command :
357353 "apk add --no-cache nodejs npm && npm install -g vscode-langservers-extracted" ,
358- prompt : "Install HTML language server dependencies?" ,
359354 } ,
360355 } ,
361356 enabled : false ,
@@ -379,7 +374,6 @@ function registerBuiltinServers() {
379374 install : {
380375 command :
381376 "apk add --no-cache nodejs npm && npm install -g vscode-langservers-extracted" ,
382- prompt : "Install CSS language server dependencies?" ,
383377 } ,
384378 } ,
385379 enabled : false ,
@@ -403,7 +397,6 @@ function registerBuiltinServers() {
403397 install : {
404398 command :
405399 "apk add --no-cache nodejs npm && npm install -g vscode-langservers-extracted" ,
406- prompt : "Install JSON language server dependencies?" ,
407400 } ,
408401 } ,
409402 enabled : false ,
0 commit comments