Skip to content

Commit

Permalink
docs recs
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jun 20, 2024
1 parent edd4418 commit 3a1ed74
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
{
"recommendations": [
"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
"vstirbu.vscode-mermaid-preview",
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode-remote.remote-ssh-edit",
"redhat.vscode-yaml",
"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
"ms-vscode.remote-server",
"ms-vscode.remote-explorer",
"ritwickdey.liveserver",
"bierner.markdown-mermaid"
]
"visualstudioexptteam.vscodeintellicode",
"visualstudioexptteam.intellicode-api-usage-examples",
"vstirbu.vscode-mermaid-preview",
"ms-vscode-remote.vscode-remote-extensionpack",
"ms-vscode-remote.remote-wsl",
"eamodio.gitlens"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
}

0 comments on commit 3a1ed74

Please sign in to comment.