diff --git a/editor-extensions/vscode/server/src/server.ts b/editor-extensions/vscode/server/src/server.ts index 45b2ffd..c248f53 100644 --- a/editor-extensions/vscode/server/src/server.ts +++ b/editor-extensions/vscode/server/src/server.ts @@ -30,7 +30,7 @@ import * as childProcess from "child_process"; import * as fs from "fs"; import * as path from "path"; -const buildScriptPath = "script/grainfind.js"; +let buildScriptPath = "script/grainfind.js"; const isWindows = /^win32/.test(process.platform); // Not sure if this can technically change between VSCode restarts. Even if it does,