From 880bfb94dbeb0a6ee61c9aa27235b9f1c05021d6 Mon Sep 17 00:00:00 2001 From: heyzec <61238538+heyzec@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:56:46 +0800 Subject: [PATCH 1/2] chore: point to NUS prod instance --- package.json | 2 +- src/utils/config/schema.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ab6195..8bedffe 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "properties": { "source-academy.frontendBaseUrl": { "type": "string", - "default": "https://frontend.cloud.heyzec.dedyn.io", + "default": "https://sourceacademy.nus.edu.sg", "description": "URL to the Source Academy frontend" }, "source-academy.workspaceFolder": { diff --git a/src/utils/config/schema.ts b/src/utils/config/schema.ts index 14ea038..a34157a 100644 --- a/src/utils/config/schema.ts +++ b/src/utils/config/schema.ts @@ -3,7 +3,7 @@ import { ConfigSchemaUnion } from "./types"; export default { frontendBaseUrl: { type: "string", - default: "https://frontend.cloud.heyzec.dedyn.io", + default: "https://sourceacademy.nus.edu.sg", }, workspaceFolder: { type: "string", From 84744abbf12ce789c86a79b64a071a2a7ab3b67b Mon Sep 17 00:00:00 2001 From: heyzec <61238538+heyzec@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:57:19 +0800 Subject: [PATCH 2/2] 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bedffe..3fff572 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-academy", - "version": "0.3.1", + "version": "0.4.0", "publisher": "source-academy", "license": "Apache-2.0", "displayName": "Source Academy",