mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
add attach to renderer (#16869)
* add attach to renderer * increase timeout
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -33,7 +33,7 @@
|
|||||||
"runtimeExecutable": "${workspaceFolder}/scripts/sql.sh"
|
"runtimeExecutable": "${workspaceFolder}/scripts/sql.sh"
|
||||||
},
|
},
|
||||||
"port": 9222,
|
"port": 9222,
|
||||||
"timeout": 20000,
|
"timeout": 30000,
|
||||||
"env": {
|
"env": {
|
||||||
"VSCODE_EXTHOST_WILL_SEND_SOCKET": null,
|
"VSCODE_EXTHOST_WILL_SEND_SOCKET": null,
|
||||||
"VSCODE_SKIP_PRELAUNCH": "1"
|
"VSCODE_SKIP_PRELAUNCH": "1"
|
||||||
@@ -104,6 +104,7 @@
|
|||||||
"name": "Attach to Renderer",
|
"name": "Attach to Renderer",
|
||||||
"browserAttachLocation": "workspace",
|
"browserAttachLocation": "workspace",
|
||||||
"port": 9222,
|
"port": 9222,
|
||||||
|
"timeout": 30000,
|
||||||
"trace": true,
|
"trace": true,
|
||||||
"outFiles": [
|
"outFiles": [
|
||||||
"${workspaceFolder}/out/**/*.js"
|
"${workspaceFolder}/out/**/*.js"
|
||||||
@@ -279,6 +280,7 @@
|
|||||||
"Attach to Main Process",
|
"Attach to Main Process",
|
||||||
"Attach to Extension Host",
|
"Attach to Extension Host",
|
||||||
"Attach to Shared Process",
|
"Attach to Shared Process",
|
||||||
|
"Attach to Renderer"
|
||||||
],
|
],
|
||||||
"preLaunchTask": "Ensure Prelaunch Dependencies",
|
"preLaunchTask": "Ensure Prelaunch Dependencies",
|
||||||
"presentation": {
|
"presentation": {
|
||||||
|
|||||||
Reference in New Issue
Block a user