From 9ec4f3da0112393864a3339922a2b26436df248f Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Tue, 26 Nov 2024 16:39:01 -0800 Subject: [PATCH] void useful links update --- VOID_USEFUL_LINKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VOID_USEFUL_LINKS.md b/VOID_USEFUL_LINKS.md index f2c58d55..ef7cbc16 100644 --- a/VOID_USEFUL_LINKS.md +++ b/VOID_USEFUL_LINKS.md @@ -18,7 +18,7 @@ The Void team put together this list of links to get up and running with VSCode' ## VSCode's Extension API -Void is mainly an extension right now, and these links were very useful for us to get set up. +Void is no longer an extension, so these links are no longer required, but they might be useful if we ever build an extension again. - [Files you need in an extension](https://code.visualstudio.com/api/get-started/extension-anatomy).