vscode-extensions.coenraads.bracket-pair-colorizer-2: remove
The extension is deprecated as its functionality is now a native feature of VSCode. See also: https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2
This commit is contained in:
parent
09adaec7c1
commit
9c73895c06
1 changed files with 0 additions and 12 deletions
|
@ -634,18 +634,6 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
coenraads.bracket-pair-colorizer-2 = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "bracket-pair-colorizer-2";
|
||||
publisher = "CoenraadS";
|
||||
version = "0.2.2";
|
||||
sha256 = "0zcbs7h801agfs2cggk1cz8m8j0i2ypmgznkgw17lcx3zisll9ad";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
colejcummins.llvm-syntax-highlighting = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "llvm-syntax-highlighting";
|
||||
|
|
Loading…
Reference in a new issue