Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Peet <connor@peet.io>2021-07-23 21:26:56 +0300
committerConnor Peet <connor@peet.io>2021-07-24 02:45:20 +0300
commit9126e316446c88d7953a1cef1706e7447ca58555 (patch)
tree132cdce6827dbcce8225c07d89fe0a2e1ab64a88 /.vscode/launch.json
parentdfa9a4fa3f95d4915547c81d6fd487e8cfc720ed (diff)
debug: remove committed trace flags in js-debug debug
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index a45b9d0a407..65911dc3294 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -185,7 +185,6 @@
"name": "Attach to VS Code",
"browserAttachLocation": "workspace",
"port": 9222,
- "trace": true,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
@@ -198,7 +197,6 @@
"type": "pwa-chrome",
"request": "launch",
"name": "Launch VS Code Internal",
- "trace": true,
"windows": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.bat"
},