diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 6 |
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", |