Romove big files. Wrapping things up.

This commit is contained in:
Kirill Shakirov
2026-03-14 14:13:18 +01:00
parent 8d721eabdf
commit f64af0a248
27 changed files with 2840 additions and 533 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug executable",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/target/debug/nyash_server",
"args": [],
"cwd": "${workspaceFolder}/src", // Set to your desired directory
"stopAtEntry": false
}
]
}