Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2532b54

Browse files
committed
extension: add follow-exec and follow-exec regex option for launch
1 parent 02af254 commit 2532b54

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

extension/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,16 @@
873873
"default": false,
874874
"description": "(Experimental) Debug with elevated permissions (on Unix). It requires `integrated` or `external` console modes and is ignored in remote debugging.",
875875
"type": "boolean"
876+
},
877+
"followExec": {
878+
"default": false,
879+
"description": "(Experimental) followExec enables or disables follow exec mode.",
880+
"type": "boolean"
881+
},
882+
"followExecRegex": {
883+
"default": "",
884+
"description": "(Experimental) followExecRegex is a regular expression. Only child processes with a command line matching the regular expression will be followed.",
885+
"type": "string"
876886
}
877887
}
878888
},

0 commit comments

Comments
 (0)