From 6545cea48da0946ad131037a83e107f68e98c3a9 Mon Sep 17 00:00:00 2001 From: Dallin Romney Date: Fri, 1 Nov 2024 14:13:43 -0700 Subject: [PATCH] uncomment task (optional) --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 7ff9be6d75..fb4e1241d0 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -8,7 +8,7 @@ // To detect compile errors "vscode-extension:tsc", // To build the React app that is used in the extension - // "vscode-extension:continue-ui:build", + "vscode-extension:continue-ui:build", // // To bundle the code the same way we do for publishing "vscode-extension:esbuild", // Start the React app that is used in the extension