Have claude do some completely retarded shit

This commit is contained in:
2025-11-11 13:00:04 +01:00
parent ade7c4d2b2
commit d8de4717e2
5 changed files with 339 additions and 50 deletions

5
.vscode/launch.json vendored
View File

@@ -5,12 +5,13 @@
"version": "0.2.0",
"configurations": [
{
"name": "Ereshor Workspace",
"name": "Remote Workspace",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"cwd": "C:\\Users\\Administrator\\Seafile\\Games-Ereshor"
"cwd": "C:/Games/WoWRuski/Interface/AddOns/Cyka",
"args": ["-f", "Meta/sync.yml"]
}
]
}