|
| 1 | +{ |
| 2 | + "folders": [ |
| 3 | + { |
| 4 | + "name": "NHS Notify Event Catalogue", |
| 5 | + "path": "." |
| 6 | + }, |
| 7 | + { |
| 8 | + "name": "Event Catalog", |
| 9 | + "path": "./src/eventcatalog/nhsnotify" |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "Application Source Code", |
| 13 | + "path": "./src" |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "GitHub", |
| 17 | + "path": ".github" |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "Git Hooks", |
| 21 | + "path": "./.git/hooks" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "Dev Container", |
| 25 | + "path": ".devcontainer" |
| 26 | + } |
| 27 | + ], |
| 28 | + "settings": { |
| 29 | + "autoOpenWorkspace.enableAutoOpenIfSingleWorkspace": true, |
| 30 | + "githubCodeOwners.format.enabled": true, |
| 31 | + "workspace-terminals.switchTerminal": "always", |
| 32 | + "workspace-terminals.auto": "always", |
| 33 | + "markdownlint.config": { |
| 34 | + "MD013": false, |
| 35 | + "MD024": { "siblings_only": true }, |
| 36 | + "MD033": false |
| 37 | + }, |
| 38 | + "cSpell.words": [ |
| 39 | + "ADRS", |
| 40 | + "Amaan", |
| 41 | + "Codespaces", |
| 42 | + "endfor", |
| 43 | + "Nasar", |
| 44 | + "preinstalled", |
| 45 | + "pythonist", |
| 46 | + "rossbugginsnhs", |
| 47 | + "ruleset", |
| 48 | + "Stefaniuk" |
| 49 | + ], |
| 50 | + "cSpell.language": "en-GB", |
| 51 | + "editor.wordWrap": "off", |
| 52 | + "editor.formatOnSave": false, |
| 53 | + "[plaintext]": { |
| 54 | + "editor.wordWrap": "off", |
| 55 | + "editor.formatOnSave": false, |
| 56 | + "editor.unicodeHighlight.ambiguousCharacters": false, |
| 57 | + "editor.unicodeHighlight.invisibleCharacters": false |
| 58 | + }, |
| 59 | + "[markdown]": { |
| 60 | + "editor.wordWrap": "off", |
| 61 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 62 | + }, |
| 63 | + "[jsonc]": { |
| 64 | + "editor.wordWrap": "off", |
| 65 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 66 | + }, |
| 67 | + "[html]": { |
| 68 | + "editor.wordWrap": "off", |
| 69 | + "editor.defaultFormatter": "vscode.html-language-features" |
| 70 | + }, |
| 71 | + "[json]": { |
| 72 | + "editor.wordWrap": "off", |
| 73 | + "editor.defaultFormatter": "vscode.json-language-features" |
| 74 | + }, |
| 75 | + "window.title": "${separator}${activeRepositoryName}${separator}${activeRepositoryBranchName}${separator}[${remoteName}]", |
| 76 | + "window.titleSeparator": " : " |
| 77 | + }, |
| 78 | + "extensions": { |
| 79 | + "recommendations": [ |
| 80 | + "ms-vscode.remote-server", |
| 81 | + "alefragnani.bookmarks", |
| 82 | + "AmazonWebServices.aws-toolkit-vscode", |
| 83 | + "chdsbd.github-code-owners", |
| 84 | + "davidanson.vscode-markdownlint", |
| 85 | + "dbaeumer.vscode-eslint", |
| 86 | + "donjayamanne.githistory", |
| 87 | + "editorconfig.editorconfig", |
| 88 | + "esbenp.prettier-vscode", |
| 89 | + "fvclaus.sort-json-array", |
| 90 | + "github.codespaces", |
| 91 | + "github.github-vscode-theme", |
| 92 | + "github.remotehub", |
| 93 | + "github.vscode-github-actions", |
| 94 | + "github.vscode-pull-request-github", |
| 95 | + "hediet.vscode-drawio", |
| 96 | + "johnpapa.vscode-peacock", |
| 97 | + "joshx.workspace-terminals", |
| 98 | + "maattdd.gitless", |
| 99 | + "mhutchie.git-graph", |
| 100 | + "ms-azuretools.vscode-docker", |
| 101 | + "ms-vscode-remote.remote-containers", |
| 102 | + "ms-vscode-remote.remote-wsl", |
| 103 | + "ms-vscode.hexeditor", |
| 104 | + "ms-vscode.live-server", |
| 105 | + "ms-vsliveshare.vsliveshare", |
| 106 | + "redhat.vscode-xml", |
| 107 | + "streetsidesoftware.code-spell-checker-british-english", |
| 108 | + "takumii.markdowntable", |
| 109 | + "tamasfe.even-better-toml", |
| 110 | + "tomoki1207.pdf", |
| 111 | + "vscode-icons-team.vscode-icons", |
| 112 | + "vstirbu.vscode-mermaid-preview", |
| 113 | + "wayou.vscode-todo-highlight", |
| 114 | + "yzane.markdown-pdf", |
| 115 | + "yzhang.dictionary-completion", |
| 116 | + "yzhang.markdown-all-in-one", |
| 117 | + "zoma.vscode-auto-open-workspace" |
| 118 | +], |
| 119 | + "unwantedRecommendations": [] |
| 120 | + } |
| 121 | +} |
0 commit comments