From 5554ebaddc55d201432dc5189637c6c905478186 Mon Sep 17 00:00:00 2001 From: Ross Buggins Date: Thu, 30 May 2024 13:52:43 +0100 Subject: [PATCH] add workspace back in --- .gitignore | 2 ++ nhs-notify.code-workspace | 62 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 nhs-notify.code-workspace diff --git a/.gitignore b/.gitignore index 8bdff9a..6dab532 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ !project.code-workspace # Please, add your custom content below! + +!nhs-notify.code-workspace diff --git a/nhs-notify.code-workspace b/nhs-notify.code-workspace new file mode 100644 index 0000000..ac775cd --- /dev/null +++ b/nhs-notify.code-workspace @@ -0,0 +1,62 @@ +{ + "folders": [ + { + "name": "NHS Notify", + "path": "." + }, + { + "name": "NHS Notify Docs", + "path": "docs" + } + ], + "settings": { + "workspace-terminals.switchTerminal": "always", + "workspace-terminals.auto": "always", + "markdownlint.config": { + "MD013": false, + "MD024": { "siblings_only": true }, + "MD033": false + }, + "cSpell.words": [ + "Codespaces", + "endfor" + ] + }, + "extensions": { + "recommendations": [ + "alefragnani.bookmarks", + "davidanson.vscode-markdownlint", + "dbaeumer.vscode-eslint", + "donjayamanne.githistory", + "eamodio.gitlens", + "editorconfig.editorconfig", + "esbenp.prettier-vscode", + "github.codespaces", + "github.github-vscode-theme", + "github.remotehub", + "github.vscode-github-actions", + "github.vscode-pull-request-github", + "hediet.vscode-drawio", + "johnpapa.vscode-peacock", + "mhutchie.git-graph", + "ms-azuretools.vscode-docker", + "ms-vscode-remote.remote-containers", + "ms-vscode-remote.remote-wsl", + "ms-vscode.hexeditor", + "ms-vscode.live-server", + "ms-vsliveshare.vsliveshare", + "redhat.vscode-xml", + "streetsidesoftware.code-spell-checker-british-english", + "tamasfe.even-better-toml", + "tomoki1207.pdf", + "vscode-icons-team.vscode-icons", + "vstirbu.vscode-mermaid-preview", + "wayou.vscode-todo-highlight", + "yzane.markdown-pdf", + "yzhang.dictionary-completion", + "yzhang.markdown-all-in-one", + "joshx.workspace-terminals" + ], + "unwantedRecommendations": [] + } +}