Skip to content

Commit

Permalink
add workspace settings and extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS committed May 30, 2024
1 parent e3d4c4b commit 9dd97f0
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion nhs-notify-repository-template.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,55 @@
"name": "NHS Notify Repo Template 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 9dd97f0

Please sign in to comment.