Testing setup using project files

This commit is contained in:
Krzosa Karol
2024-08-14 16:03:29 +02:00
parent a84a7073dc
commit 212392386c
6 changed files with 12 additions and 27 deletions

View File

@@ -331,11 +331,6 @@ function AddCo(f)
return Coroutines[i]
end
function AddTest(f)
local ff = AddCo(f)
coroutine.resume(ff)
end
function OnUpdate()
local new_co_list = {}
for key, co in pairs(Coroutines) do
@@ -348,7 +343,6 @@ function OnUpdate()
Coroutines = new_co_list
end
)==";
void GenerateConfig() {
@@ -421,6 +415,7 @@ void GenerateConfig() {
colors.add({"TitleBarSelection", "GruvboxLight3"});
Array<Var> style = {};
style.add({"WaitForEvents", "1"});
style.add({"DrawLineNumbers", "1"});
style.add({"DrawScrollbar", "1"});
style.add({"IndentSize", "4"});