Quick comptime interpreter fix, place it behind an option (#761)

* Quick fix

* Add config option
This commit is contained in:
Auguste Rame
2022-11-16 19:28:01 -05:00
committed by GitHub
parent 355d56376f
commit 87aa4c09e1
5 changed files with 11 additions and 2 deletions

View File

@@ -99,6 +99,11 @@
"description": "Whether to highlight global var declarations",
"type": "boolean",
"default": "false"
},
"use_comptime_interpreter": {
"description": "Whether to use the comptime interpreter",
"type": "boolean",
"default": "false"
}
}
}