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.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// 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": [
]
// 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",
"usernamehw.errorlens"
],
// List of extensions recommended by VSCodium that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}