Remove lyra-ecs/.vscode

This commit is contained in:
SeanOMik 2023-12-21 23:36:26 -05:00
parent 1a541e527b
commit e513d09233
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 0 additions and 51 deletions

View File

@ -1,48 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'lyra-ecs'",
"cargo": {
"args": [
"build",
"--bin=lyra-ecs",
"--package=lyra-ecs"
],
"filter": {
"name": "lyra-ecs",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug unit tests in executable 'lyra-ecs'",
"cargo": {
"args": [
"test",
"--no-run",
"--package=lyra-ecs",
"query::resource::tests::query",
"--",
"--exact",
"--nocapture"
],
"filter": {
"name": "lyra-ecs",
"kind": "lib"
}
},
"args": [],
"cwd": "${workspaceFolder}"
}
]
}

View File

@ -1,3 +0,0 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
}