mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
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:
Vendored
+2
-2
@@ -4,7 +4,7 @@
|
||||
"platymuus.dm-langclient",
|
||||
"EditorConfig.EditorConfig",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"coenraads.bracket-pair-colorizer-2",
|
||||
"eamodio.gitlens"
|
||||
"eamodio.gitlens",
|
||||
"usernamehw.errorlens"
|
||||
]
|
||||
}
|
||||
|
||||
Vendored
+6
-1
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user