declared vscodium extensions

This commit is contained in:
Zonsopkomst 2023-03-21 14:23:45 -05:00
parent 2ef9fc8f3b
commit 819b719054
2 changed files with 25 additions and 1 deletions

View file

@ -42,13 +42,25 @@
shd101wyy.markdown-preview-enhanced
svsool.markdown-memo
yzhang.markdown-all-in-one
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "markdown-checkbox";
publisher = "PKief";
version = "1.8.1";
sha256 = "sha256-GdSdJocRXqjMFZTOrGUCJHo33zaFWmeJHyssh8plS+w=";
}
{
name = "markdown-table-prettify";
publisher = "darkriszty";
version = "3.6.0";
sha256 = "0000000000000000000000000000000000000000000000000000";
}
{
name = "nimvscode";
publisher = "nimsaem";
version = "0.1.26";
sha256 = "0000000000000000000000000000000000000000000000000000";
}
{
name = "org-mode";
publisher = "vscode-org-mode";

View file

@ -89,6 +89,18 @@
version = "1.8.1";
sha256 = "sha256-GdSdJocRXqjMFZTOrGUCJHo33zaFWmeJHyssh8plS+w=";
}
{
name = "markdown-table-prettify";
publisher = "darkriszty";
version = "3.6.0";
sha256 = "0000000000000000000000000000000000000000000000000000";
}
{
name = "nimvscode";
publisher = "nimsaem";
version = "0.1.26";
sha256 = "0000000000000000000000000000000000000000000000000000";
}
{
name = "org-mode";
publisher = "vscode-org-mode";