You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension/package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -873,6 +873,16 @@
873
873
"default": false,
874
874
"description": "(Experimental) Debug with elevated permissions (on Unix). It requires `integrated` or `external` console modes and is ignored in remote debugging.",
875
875
"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.",
0 commit comments