Skip to content

Commit c4879dd

Browse files
committed
update description of followExec and followExecRegex
1 parent 87d6ec1 commit c4879dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -909,12 +909,12 @@
909909
},
910910
"followExec": {
911911
"default": false,
912-
"description": "(Experimental) followExec enables or disables follow exec mode.",
912+
"description": "(Experimental) Enables or disables follow exec mode.",
913913
"type": "boolean"
914914
},
915915
"followExecRegex": {
916916
"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'.",
918918
"type": "string"
919919
}
920920
}

0 commit comments

Comments
 (0)