Добавлены остальные инструменты

This commit is contained in:
2026-02-25 23:20:30 +03:00
parent 65ca468bfb
commit 790200be2a
8 changed files with 84 additions and 9 deletions

2
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{
"label": "zig: build",
"type": "shell",
"command": "zig build -Doptimize=Debug",
"command": "zig build",
"group": {
"kind": "build",
"isDefault": true