diff --git a/extensions.json b/extensions.json index 500dca992..bc9cc5fc5 100644 --- a/extensions.json +++ b/extensions.json @@ -1204,6 +1204,11 @@ "philosowaffle.openapi-designer": { "repository": "https://github.com/philosowaffle/vs-openapi-designer" }, + "pigweed.pigweed": { + "repository": "https://github.com/pigweed-project/pigweed", + "location": "pw_ide/ts/pigweed_vscode", + "prepublish": "npm i && npm run package" + }, "Pilleye.dusk-theme": { "repository": "https://github.com/pilleye/dusk-theme" },