mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Update launch.json
This commit is contained in:
6
lsp-sample/.vscode/launch.json
vendored
6
lsp-sample/.vscode/launch.json
vendored
@ -15,7 +15,7 @@
|
||||
"outFiles": [
|
||||
"${workspaceRoot}/client/out/**/*.js"
|
||||
],
|
||||
"preLaunchTask": "Client Watch"
|
||||
"preLaunchTask": "watch:client"
|
||||
},
|
||||
{
|
||||
"name": "Attach to Server",
|
||||
@ -27,7 +27,7 @@
|
||||
"${workspaceRoot}/client/server/**/*.js"
|
||||
],
|
||||
"protocol": "legacy",
|
||||
"preLaunchTask": "Server Watch"
|
||||
"preLaunchTask": "watch:server"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user