add the discord-vscode
extension
This commit is contained in:
parent
0b27c8ee73
commit
6b47339697
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@ in {
|
||||||
usernamehw.errorlens
|
usernamehw.errorlens
|
||||||
vadimcn.vscode-lldb
|
vadimcn.vscode-lldb
|
||||||
ms-vsliveshare.vsliveshare
|
ms-vsliveshare.vsliveshare
|
||||||
|
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
{
|
||||||
|
name = "discord-vscode";
|
||||||
|
publisher = "icrawl";
|
||||||
|
version = "5.8.0";
|
||||||
|
sha256 = "sha256-IU/looiu6tluAp8u6MeSNCd7B8SSMZ6CEZ64mMsTNmU=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
mutableExtensionsDir = false;
|
mutableExtensionsDir = false;
|
||||||
enableExtensionUpdateCheck = false;
|
enableExtensionUpdateCheck = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue