Skip to content

Commit

Permalink
Update vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyavolyn committed Jul 11, 2024
1 parent 27447d8 commit 0520a40
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions modules/apps/dev/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,15 @@
dart-code.dart-code

ziglang.vscode-zig

vscode-extensions.supermaven.supermaven
] ++ vscode-utils.extensionsFromVscodeMarketplace [
{
name = "vscode-theme-onedark";
publisher = "akamud";
version = "2.3.0";
sha256 = "1km3hznw8k0jk9sp3r81c89fxa311lc6gw20fqikd899pvhayqgh";
}
{
name = "supermaven";
publisher = "supermaven";
version = "0.2.1";
sha256 = "03i32zkgbcnh5vpmcnab8dvl6mf3dd9kzw1izms2lhjn5kznxgiw";
}
{
name = "sync-rsync";
publisher = "vscode-ext";
Expand All @@ -60,8 +56,8 @@
{
name = "remote-explorer";
publisher = "ms-vscode";
version = "0.5.2024061309";
sha256 = "sha256-L9/4lB47rCpAscZlJYDDHMWXhw+FEHHNvqN53j5/TMM=";
version = "0.5.2024070409";
sha256 = "sha256-YwmsZii8TvBhloNQi6mezusEf/SmIq3i1ZNyKN5j1sU=";
}
];
};
Expand Down

0 comments on commit 0520a40

Please sign in to comment.