Erweiterungen für VSCodium

This commit is contained in:
PAN
2025-08-03 23:55:21 +02:00
parent a4f3e0314c
commit 7e1d53339a

23
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,23 @@
{
// 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": [
"yzhang.markdown-all-in-one",
"redhat.ansible",
"srobert0560.sr-ansible-snippets",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-german",
"ms-ceintl.vscode-language-pack-de",
"mhutchie.git-graph",
"hashicorp.terraform",
"esbenp.prettier-vscode",
"redhat.vscode-yaml"
],
// List of extensions recommended by VSCodium that should not be recommended for users of this workspace.
"unwantedRecommendations": [
]
}