Skip to content

Commit 7a57d8b

Browse files
Workspace settings
1 parent 3bd8ac7 commit 7a57d8b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

project.code-workspace

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"name": "NHS Notify Supplier API",
55
"path": "."
66
},
7+
{
8+
"name": "Infrastructure",
9+
"path": "./infrastructure"
10+
},
11+
{
12+
"name": "Lambdas Api Handler",
13+
"path": "./lambdas/api-handler"
14+
},
715
{
816
"name": "Application Source Code",
917
"path": "./src"
@@ -16,10 +24,6 @@
1624
"name": "Tests",
1725
"path": "./tests"
1826
},
19-
{
20-
"name": "Infrastructure",
21-
"path": "./infrastructure"
22-
},
2327
{
2428
"name": "Scripts",
2529
"path": "./scripts"
@@ -40,8 +44,7 @@
4044
"settings": {
4145
"autoOpenWorkspace.enableAutoOpenIfSingleWorkspace": true,
4246
"githubCodeOwners.format.enabled": true,
43-
"workspace-terminals.switchTerminal": "always",
44-
"workspace-terminals.auto": "always",
47+
"workspace-terminals.auto": "never",
4548
"markdownlint.config": {
4649
"MD013": false,
4750
"MD024": { "siblings_only": true },

0 commit comments

Comments
 (0)