Application Context Implementation #4

Closed
kayomn wants to merge 93 commits from event-loop-dev into main
1 changed files with 1 additions and 6 deletions
Showing only changes of commit e24868406c - Show all commits

7
.vscode/tasks.json vendored
View File

@ -25,12 +25,7 @@
"label": "Build Debug",
"type": "shell",
"command": "zig build",
"group": {
"kind": "build",
"isDefault": true
},
"group": "build",
"presentation": {
"echo": true,
"reveal": "always",