Erweiterung Errorlens hinzugefügt

This commit is contained in:
PAN
2025-08-20 19:22:39 +02:00
parent b68e3dfb69
commit 9245f3b25e

View File

@@ -1,23 +1,21 @@
{ {
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace. // List of extensions which should be recommended for users of this workspace.
"recommendations": [ "recommendations": [
"yzhang.markdown-all-in-one", "yzhang.markdown-all-in-one",
"redhat.ansible", "redhat.ansible",
"srobert0560.sr-ansible-snippets", "srobert0560.sr-ansible-snippets",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-german", "streetsidesoftware.code-spell-checker-german",
"ms-ceintl.vscode-language-pack-de", "ms-ceintl.vscode-language-pack-de",
"mhutchie.git-graph", "mhutchie.git-graph",
"hashicorp.terraform", "hashicorp.terraform",
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"redhat.vscode-yaml" "redhat.vscode-yaml",
"usernamehw.errorlens"
], ],
// List of extensions recommended by VSCodium that should not be recommended for users of this workspace. // List of extensions recommended by VSCodium that should not be recommended for users of this workspace.
"unwantedRecommendations": [ "unwantedRecommendations": []
}
]
}