File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/terminal/browser/media Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ __vsc_escape_value() {
143
143
}
144
144
145
145
# Send the IsWindows property if the environment looks like Windows
146
- __vsc_regex_environment = " ^CYGWIN*|MINGW*|MSYS*"
146
+ __vsc_regex_environment= " ^CYGWIN*|MINGW*|MSYS*"
147
147
if [[ " $( uname -s) " =~ $__vsc_regex_environment ]]; then
148
148
builtin printf ' \e]633;P;IsWindows=True\a'
149
149
__vsc_is_windows=1
153
153
154
154
# Allow verifying $BASH_COMMAND doesn't have aliases resolved via history when the right HISTCONTROL
155
155
# configuration is used
156
- __vsc_regex_histcontrol = " .*(erasedups|ignoreboth|ignoredups).*"
156
+ __vsc_regex_histcontrol= " .*(erasedups|ignoreboth|ignoredups).*"
157
157
if [[ " $HISTCONTROL " =~ $__vsc_regex_histcontrol ]]; then
158
158
__vsc_history_verify=0
159
159
else
You can’t perform that action at this time.
0 commit comments