This commit is contained in:
dutchie031
2026-06-15 19:51:59 +02:00
parent ba292ad7aa
commit 16e76d96d3
8 changed files with 397 additions and 281 deletions
+1
View File
@@ -47,6 +47,7 @@ async function main() {
});
if (watch) {
await ctx.watch();
console.log('[watch] watching for changes...');
} else {
await ctx.rebuild();
await ctx.dispose();
@@ -138,6 +138,7 @@ async function compileLuaScripts() {
await compiler.compile(includeDevScript);
} catch (err) {
vscode.window.showErrorMessage('Compilation failed: ' + (err as Error).message);
logger.error('Compilation failed: ' + (err as Error).message + '\n' + (err as Error).stack);
}
// Update diagnostics