aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index a9b6faa..9b27a06 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -165,6 +165,12 @@
"description": "Ignore SIGPIPE",
"text": "handle SIGPIPE nostop print",
"ignoreFailures": false
+ },
+ {
+ "description":
+ "Disable startup-with-shell to pass file cap",
+ "text": "set startup-with-shell off",
+ "ignoreFailures": false
}
],
"preLaunchTask": "Build proone",