Skip to content

Commit f3ed1cd

Browse files
authored
set pwsh provider off by default (microsoft#254876)
fix microsoft#254867
1 parent 97c9f5c commit f3ed1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/suggest/common/terminalSuggestConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const terminalSuggestConfiguration: IStringDictionary<IConfigurationPrope
7878
properties: {},
7979
default: {
8080
'terminal-suggest': true,
81-
'pwsh-shell-integration': true,
81+
'pwsh-shell-integration': false,
8282
'lsp': true,
8383
},
8484
tags: ['preview'],

0 commit comments

Comments
 (0)