From 7e1c589eabafc7022bdbbeb4bef90bd9fa5e159b Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 30 May 2026 08:21:12 +1000 Subject: [PATCH] Config tweak --- .vscode/settings.json | 6 ++---- Toy | 2 +- assets/main.toy | 4 ---- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7194ef7..8f30d5e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,14 +1,12 @@ { "better-todo-tree.filtering.includeGlobs": [ - "**/repl/**", - "**/scripts/**", "**/source/**", - "**/tests/**", - "**/tools/**", + "**/assets/**", ], "better-todo-tree.filtering.excludeGlobs": [ "**/obj/**", "**/out/**", + "**/Toy/**" ], "better-todo-tree.general.tags": [ "URGENT", diff --git a/Toy b/Toy index 27d2a21..75cb1df 160000 --- a/Toy +++ b/Toy @@ -1 +1 @@ -Subproject commit 27d2a2171041c13e58f86b99f088bd3239db13a1 +Subproject commit 75cb1dfa86487d7f9cb975194210be8b40bee1e2 diff --git a/assets/main.toy b/assets/main.toy index 8c7f388..2660956 100644 --- a/assets/main.toy +++ b/assets/main.toy @@ -67,7 +67,3 @@ fn onFrame() { //example API for the game initScreen(1280, 720, "Oh no, Zombies!"); initLoop(onReady, onFrame, null); - - - -//TODO: optimize away single-line blocks in the AST \ No newline at end of file