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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ VSCode renders it like this:
97
97
*`command`: the system command to be executed (must be in PATH). If given as an array, the elements are joined by spaces.
98
98
*`commandArgs`: if provided, `command` is interpreted as the binary to run and `commandArgs` are the arguments. This is useful if the binary you want to run has spaces (like `C:\Program Files\*`). This translates to `child_process.execFileSync(command, commandArgs)`.
99
99
*`stdin`: if provided, this string is sent to the standard input of the command
100
+
*`stdinResolveVars`: whether to perform variable substitution (see below) for `stdin` (default true).
100
101
*`cwd`: the directory from within it will be executed
101
102
*`env`: key-value pairs to use as environment variables (it won't append the variables to the current existing ones. It will replace instead)
102
103
*`useFirstResult`: skip 'Quick Pick' dialog and use first result returned from the command
0 commit comments