Skip to content

Commit 1cfaaa1

Browse files
committed
fix(vscode): only default-disable terminal shell integration; do not disable suggestion prompts
1 parent e2043ec commit 1cfaaa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,7 @@
335335
}
336336
],
337337
"configurationDefaults": {
338-
"terminal.integrated.shellIntegration.enabled": false,
339-
"terminal.integrated.shellIntegration.suggestEnabled": false
338+
"terminal.integrated.shellIntegration.enabled": false
340339
},
341340
"configuration": {
342341
"title": "%configuration.title%",

0 commit comments

Comments
 (0)