From c2adce8ee4920f8be49a17aba1e5e15daba5f48d Mon Sep 17 00:00:00 2001 From: tigsikram <130441705+tigsikram@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:46:15 +0100 Subject: [PATCH] Add `swellaby.rust-pack` (#729) --- extensions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions.json b/extensions.json index 7054ca63e..528b7f073 100644 --- a/extensions.json +++ b/extensions.json @@ -1283,6 +1283,9 @@ "svipas.control-snippets": { "repository": "https://github.com/svipas/vscode-control-snippets" }, + "swellaby.rust-pack": { + "repository": "https://github.com/swellaby/vscode-rust-pack" + }, "Swellaby.vscode-rust-test-adapter": { "repository": "https://github.com/swellaby/vscode-rust-test-adapter" },