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
@@ -107,6 +107,7 @@ VSCode renders it like this:
107
107
*`multiselect`: If true, it's possible to select multiple values. They are joined by `multiselectSeparator`. Has no effect with `useFirstResult`.
108
108
*`multiselectSeparator`: The string with which to join multiple options when `multiselect` is true (default `" "`). Has no effect without `multiselect`.
109
109
*`warnOnStderr`: If true, a warning message is shown if the command outputs anything on stderr (default: true). Has no effect if `stdio` is not `stdout`.
110
+
*`filterEmptyResults`: If true, empty lines output on `stdio` are filtered out (default: true).
110
111
*`taskId`: Unique id to use for storing the last-used value.
111
112
*`rememberAs`: Specify the `taskId` of another input to share history with that input.
112
113
*`fieldSeparator`: the string that separates `value`, `label`, `description` and `detail` fields
0 commit comments