|
| 1 | +{ |
| 2 | + "folders": [ |
| 3 | + { |
| 4 | + "name": "NHS Notify", |
| 5 | + "path": "." |
| 6 | + }, |
| 7 | + { |
| 8 | + "name": "NHS Notify Docs", |
| 9 | + "path": "docs" |
| 10 | + } |
| 11 | + ], |
| 12 | + "settings": { |
| 13 | + "workspace-terminals.switchTerminal": "always", |
| 14 | + "workspace-terminals.auto": "always", |
| 15 | + "markdownlint.config": { |
| 16 | + "MD013": false, |
| 17 | + "MD024": { "siblings_only": true }, |
| 18 | + "MD033": false |
| 19 | + }, |
| 20 | + "cSpell.words": [ |
| 21 | + "Codespaces", |
| 22 | + "endfor" |
| 23 | + ] |
| 24 | + }, |
| 25 | + "extensions": { |
| 26 | + "recommendations": [ |
| 27 | + "alefragnani.bookmarks", |
| 28 | + "davidanson.vscode-markdownlint", |
| 29 | + "dbaeumer.vscode-eslint", |
| 30 | + "donjayamanne.githistory", |
| 31 | + "eamodio.gitlens", |
| 32 | + "editorconfig.editorconfig", |
| 33 | + "esbenp.prettier-vscode", |
| 34 | + "github.codespaces", |
| 35 | + "github.github-vscode-theme", |
| 36 | + "github.remotehub", |
| 37 | + "github.vscode-github-actions", |
| 38 | + "github.vscode-pull-request-github", |
| 39 | + "hediet.vscode-drawio", |
| 40 | + "johnpapa.vscode-peacock", |
| 41 | + "mhutchie.git-graph", |
| 42 | + "ms-azuretools.vscode-docker", |
| 43 | + "ms-vscode-remote.remote-containers", |
| 44 | + "ms-vscode-remote.remote-wsl", |
| 45 | + "ms-vscode.hexeditor", |
| 46 | + "ms-vscode.live-server", |
| 47 | + "ms-vsliveshare.vsliveshare", |
| 48 | + "redhat.vscode-xml", |
| 49 | + "streetsidesoftware.code-spell-checker-british-english", |
| 50 | + "tamasfe.even-better-toml", |
| 51 | + "tomoki1207.pdf", |
| 52 | + "vscode-icons-team.vscode-icons", |
| 53 | + "vstirbu.vscode-mermaid-preview", |
| 54 | + "wayou.vscode-todo-highlight", |
| 55 | + "yzane.markdown-pdf", |
| 56 | + "yzhang.dictionary-completion", |
| 57 | + "yzhang.markdown-all-in-one", |
| 58 | + "joshx.workspace-terminals" |
| 59 | + ], |
| 60 | + "unwantedRecommendations": [] |
| 61 | + } |
| 62 | +} |
0 commit comments