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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -909,12 +909,12 @@
909
909
},
910
910
"followExec": {
911
911
"default": false,
912
-
"description": "(Experimental) followExec enables or disables follow exec mode.",
912
+
"description": "(Experimental) Enables or disables follow exec mode.",
913
913
"type": "boolean"
914
914
},
915
915
"followExecRegex": {
916
916
"default": "",
917
-
"description": "(Experimental) followExecRegex is a regular expression. Only child processes with a command line matching the regular expression will be followed.",
917
+
"description": "(Experimental) Regular expression. Only child processes with a command line that matches this regular expression will be followed during 'target follow-exec'.",
0 commit comments