Skip to content

Commit 08e818b

Browse files
Stop terminal auto opening, to make it clear to user that initial config is still running, otherwise new terminal opening gives the impression config has finished.
1 parent 586c522 commit 08e818b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"autoOpenWorkspace.enableAutoOpenIfSingleWorkspace": true,
2828
"githubCodeOwners.format.enabled": true,
2929
"workspace-terminals.switchTerminal": "never",
30-
"workspace-terminals.auto": "always",
30+
"workspace-terminals.auto": "never",
3131
"markdownlint.config": {
3232
"MD013": false,
3333
"MD024": { "siblings_only": true },

0 commit comments

Comments
 (0)