Skip to content

Commit

Permalink
build: recommend fewer VS Code extensions
Browse files Browse the repository at this point in the history
Some of the recommendations are not that useful and might rather annoy
contributors:

* ms-azuretools.vscode-docker, not needed nor useful in dev container
* tamasfe.even-better-toml, right now there is only one toml file
* tdennis4496.cmantic, unmaintained and questionaable usefulness
* twxs.cmake, incorporated in ms-vscode.cmake-tools
* xaver.clang-format, not needed to apply clang-format
* eamodio.gitlens, very subjective usefulness
* cheshirekow.cmake-format, unmaintained
* GitHub.vscode-pull-request-github, very subjective usefulness
  • Loading branch information
romangg authored and LordTermor committed Jul 29, 2024
1 parent 358a6fd commit 3dec6d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"recommendations": [
"esbenp.prettier-vscode",
"llvm-vs-code-extensions.vscode-clangd",
"ms-azuretools.vscode-docker",
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"ms-vscode.cpptools-themes",
"tamasfe.even-better-toml",
"tdennis4496.cmantic",
"twxs.cmake",
"xaver.clang-format",
"vadimcn.vscode-lldb",
"42crunch.vscode-openapi",
"eamodio.gitlens",
"redhat.vscode-yaml",
"cheshirekow.cmake-format",
"GitHub.vscode-pull-request-github"
]
}

0 comments on commit 3dec6d7

Please sign in to comment.