diff --git a/lyra-ecs/.vscode/launch.json b/lyra-ecs/.vscode/launch.json deleted file mode 100644 index 8facf6e..0000000 --- a/lyra-ecs/.vscode/launch.json +++ /dev/null @@ -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}" - } - ] -} \ No newline at end of file diff --git a/lyra-ecs/.vscode/settings.json b/lyra-ecs/.vscode/settings.json deleted file mode 100644 index 12b229e..0000000 --- a/lyra-ecs/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix" -} \ No newline at end of file