|
12 | 12 | "name": "Docs", |
13 | 13 | "path": "./docs" |
14 | 14 | }, |
15 | | - { |
16 | | - "name": "Application Source Code", |
17 | | - "path": "./src" |
18 | | - }, |
19 | 15 | { |
20 | 16 | "name": "Tests", |
21 | 17 | "path": "./tests" |
|
39 | 35 | { |
40 | 36 | "name": "Dev Container", |
41 | 37 | "path": ".devcontainer" |
42 | | - }, |
| 38 | + } |
43 | 39 | ], |
44 | 40 | "settings": { |
45 | | - |
46 | 41 | "autoOpenWorkspace.enableAutoOpenIfSingleWorkspace": true, |
47 | 42 | "githubCodeOwners.format.enabled": true, |
48 | 43 | "workspace-terminals.switchTerminal": "always", |
|
94 | 89 | }, |
95 | 90 | "extensions": { |
96 | 91 | "recommendations": [ |
97 | | - "zoma.vscode-auto-open-workspace", |
98 | | - "alefragnani.bookmarks", |
99 | | - "davidanson.vscode-markdownlint", |
100 | | - "dbaeumer.vscode-eslint", |
101 | | - "donjayamanne.githistory", |
102 | | - "eamodio.gitlens", |
103 | | - "editorconfig.editorconfig", |
104 | | - "esbenp.prettier-vscode", |
105 | | - "github.codespaces", |
106 | | - "github.github-vscode-theme", |
107 | | - "github.remotehub", |
108 | | - "github.vscode-github-actions", |
109 | | - "github.vscode-pull-request-github", |
110 | | - "hediet.vscode-drawio", |
111 | | - "johnpapa.vscode-peacock", |
112 | | - "mhutchie.git-graph", |
113 | | - "ms-azuretools.vscode-docker", |
114 | | - "ms-vscode-remote.remote-containers", |
115 | | - "ms-vscode-remote.remote-wsl", |
116 | | - "ms-vscode.hexeditor", |
117 | | - "ms-vscode.live-server", |
118 | | - "ms-vsliveshare.vsliveshare", |
119 | | - "redhat.vscode-xml", |
120 | | - "streetsidesoftware.code-spell-checker-british-english", |
121 | | - "tamasfe.even-better-toml", |
122 | | - "tomoki1207.pdf", |
123 | | - "vscode-icons-team.vscode-icons", |
124 | | - "vstirbu.vscode-mermaid-preview", |
125 | | - "wayou.vscode-todo-highlight", |
126 | | - "yzane.markdown-pdf", |
127 | | - "yzhang.dictionary-completion", |
128 | | - "yzhang.markdown-all-in-one", |
129 | | - "joshx.workspace-terminals", |
130 | | - "takumii.markdowntable", |
131 | | - "chdsbd.github-code-owners" |
132 | | - ], |
| 92 | + "alefragnani.bookmarks", |
| 93 | + "AmazonWebServices.aws-toolkit-vscode", |
| 94 | + "chdsbd.github-code-owners", |
| 95 | + "davidanson.vscode-markdownlint", |
| 96 | + "dbaeumer.vscode-eslint", |
| 97 | + "donjayamanne.githistory", |
| 98 | + "editorconfig.editorconfig", |
| 99 | + "esbenp.prettier-vscode", |
| 100 | + "fvclaus.sort-json-array", |
| 101 | + "github.codespaces", |
| 102 | + "github.github-vscode-theme", |
| 103 | + "github.remotehub", |
| 104 | + "github.vscode-github-actions", |
| 105 | + "github.vscode-pull-request-github", |
| 106 | + "hediet.vscode-drawio", |
| 107 | + "johnpapa.vscode-peacock", |
| 108 | + "joshx.workspace-terminals", |
| 109 | + "maattdd.gitless", |
| 110 | + "mhutchie.git-graph", |
| 111 | + "ms-azuretools.vscode-docker", |
| 112 | + "ms-vscode-remote.remote-containers", |
| 113 | + "ms-vscode-remote.remote-wsl", |
| 114 | + "ms-vscode.hexeditor", |
| 115 | + "ms-vscode.live-server", |
| 116 | + "ms-vsliveshare.vsliveshare", |
| 117 | + "redhat.vscode-xml", |
| 118 | + "streetsidesoftware.code-spell-checker-british-english", |
| 119 | + "takumii.markdowntable", |
| 120 | + "tamasfe.even-better-toml", |
| 121 | + "tomoki1207.pdf", |
| 122 | + "vscode-icons-team.vscode-icons", |
| 123 | + "vstirbu.vscode-mermaid-preview", |
| 124 | + "wayou.vscode-todo-highlight", |
| 125 | + "yzane.markdown-pdf", |
| 126 | + "yzhang.dictionary-completion", |
| 127 | + "yzhang.markdown-all-in-one", |
| 128 | + "zoma.vscode-auto-open-workspace" |
| 129 | +], |
133 | 130 | "unwantedRecommendations": [] |
134 | 131 | } |
135 | 132 | } |
0 commit comments