Skip to content

Commit

Permalink
claude ext
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewhewell committed Sep 30, 2024
1 parent 4b40488 commit 7bf777a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions home/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# ms-vsliveshare.vsliveshare
# tamasfe.even-better-toml
mkhl.direnv
# zxh404.vscode-proto3
zxh404.vscode-proto3
humao.rest-client

# (pkgs.vscode-utils.buildVscodeMarketplaceExtension {
Expand All @@ -52,14 +52,14 @@
# };
# })

# (pkgs.vscode-utils.buildVscodeMarketplaceExtension {
# mktplcRef = {
# publisher = "starkware";
# name = "cairo";
# version = "0.10.0";
# sha256 = "sha256-Jpj6QSLvYI3FbSW07PDlhVj9Gv0ZUrMbK+KVFvmBMvE=";
# };
# })
(pkgs.vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "saoudrizwan";
name = "claude-dev";
version = "1.9.7";
sha256 = "sha256-El8b1bkJOkWUijTXd4TKkk+UQcCqk1JKK4miRm8Jizw=";
};
})
];
};

Expand Down

0 comments on commit 7bf777a

Please sign in to comment.