Removes "Bracket Pair Colorizer 2" from recommended VSCode extensions (#17631)

* removes depreciated extension

* enables feature by default

* error lens

* makes recommended extension ignore file standardisation
This commit is contained in:
S34N
2022-04-20 21:58:31 +01:00
committed by GitHub
parent 5f777f7f15
commit 90109e8916
2 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
"platymuus.dm-langclient",
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint",
"coenraads.bracket-pair-colorizer-2",
"eamodio.gitlens"
"eamodio.gitlens",
"usernamehw.errorlens"
]
}
+6 -1
View File
@@ -1,5 +1,10 @@
{
"workbench.editorAssociations": {
"*.dmi": "imagePreview.previewEditor"
}
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"gitlens.advanced.blame.customArguments": [
"--ignore-revs-file", "${workspaceRoot}/.git-blame-ignore-revs"
]
}