Romove big files. Wrapping things up.
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user