Skip to content

Commit

Permalink
Merge pull request #22 from NHSDigital/workspace-back-in
Browse files Browse the repository at this point in the history
add workspace back in
  • Loading branch information
RossBugginsNHS authored May 30, 2024
2 parents 007486f + 5554eba commit 2ea88f6
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
!project.code-workspace

# Please, add your custom content below!

!nhs-notify.code-workspace
62 changes: 62 additions & 0 deletions nhs-notify.code-workspace
Original file line number Diff line number Diff line change
@@ -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": []
}
}

0 comments on commit 2ea88f6

Please sign in to comment.