From bfabf540f25336c9ddef814c4e992023c069a66b Mon Sep 17 00:00:00 2001 From: enesgules Date: Mon, 27 Oct 2025 13:42:50 +0300 Subject: [PATCH] feat: add Upstash Context7 VS Code extension --- extensions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions.json b/extensions.json index 500dca992..58e1034cc 100644 --- a/extensions.json +++ b/extensions.json @@ -1429,6 +1429,9 @@ "Tyriar.windows-terminal": { "repository": "https://github.com/Tyriar/vscode-windows-terminal" }, + "upstash.context7":{ + "repository": "https://github.com/upstash/context7-vscode-extension" + }, "vhdlwhiz.vhdl-by-vhdlwhiz": { "repository": "https://github.com/jonasjj/awesome-vhdl" },