Config tweak
This commit is contained in:
Vendored
+2
-4
@@ -1,14 +1,12 @@
|
|||||||
{
|
{
|
||||||
"better-todo-tree.filtering.includeGlobs": [
|
"better-todo-tree.filtering.includeGlobs": [
|
||||||
"**/repl/**",
|
|
||||||
"**/scripts/**",
|
|
||||||
"**/source/**",
|
"**/source/**",
|
||||||
"**/tests/**",
|
"**/assets/**",
|
||||||
"**/tools/**",
|
|
||||||
],
|
],
|
||||||
"better-todo-tree.filtering.excludeGlobs": [
|
"better-todo-tree.filtering.excludeGlobs": [
|
||||||
"**/obj/**",
|
"**/obj/**",
|
||||||
"**/out/**",
|
"**/out/**",
|
||||||
|
"**/Toy/**"
|
||||||
],
|
],
|
||||||
"better-todo-tree.general.tags": [
|
"better-todo-tree.general.tags": [
|
||||||
"URGENT",
|
"URGENT",
|
||||||
|
|||||||
+1
-1
Submodule Toy updated: 27d2a21710...75cb1dfa86
@@ -67,7 +67,3 @@ fn onFrame() {
|
|||||||
//example API for the game
|
//example API for the game
|
||||||
initScreen(1280, 720, "Oh no, Zombies!");
|
initScreen(1280, 720, "Oh no, Zombies!");
|
||||||
initLoop(onReady, onFrame, null);
|
initLoop(onReady, onFrame, null);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//TODO: optimize away single-line blocks in the AST
|
|
||||||
Reference in New Issue
Block a user