Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update description of followExec and followExecRegex
  • Loading branch information
Lslightly committed Dec 7, 2025
commit c4879dd0b19126b364f42e1334c08701c6c931da
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -909,12 +909,12 @@
},
"followExec": {
"default": false,
"description": "(Experimental) followExec enables or disables follow exec mode.",
"description": "(Experimental) Enables or disables follow exec mode.",
"type": "boolean"
},
"followExecRegex": {
"default": "",
"description": "(Experimental) followExecRegex is a regular expression. Only child processes with a command line matching the regular expression will be followed.",
"description": "(Experimental) Regular expression. Only child processes with a command line that matches this regular expression will be followed during 'target follow-exec'.",
"type": "string"
}
}
Expand Down