update to lsp for TCL
This commit is contained in:
Vendored
+9
-2
@@ -11,8 +11,15 @@
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
|
||||
"outFiles": ["${workspaceFolder}/client/out/**/*.js"],
|
||||
"preLaunchTask": "npm: watch"
|
||||
"outFiles": [
|
||||
"${workspaceFolder}out/client/**/*.js",
|
||||
"${workspaceRoot}out/server/**/*.js"
|
||||
],
|
||||
"autoAttachChildProcesses": true,
|
||||
"preLaunchTask": {
|
||||
"type": "npm",
|
||||
"script": "watch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Extension Tests",
|
||||
|
||||
Reference in New Issue
Block a user