Skip to content

Commit e2043ec

Browse files
committed
feat(vscode): disable integrated terminal shell integration by default to reduce onboarding errors
1 parent f839d4c commit e2043ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,10 @@
334334
"label": "%views.terminalMenu.label%"
335335
}
336336
],
337+
"configurationDefaults": {
338+
"terminal.integrated.shellIntegration.enabled": false,
339+
"terminal.integrated.shellIntegration.suggestEnabled": false
340+
},
337341
"configuration": {
338342
"title": "%configuration.title%",
339343
"properties": {

0 commit comments

Comments
 (0)