diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 2029681..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "configurations": [ - { - "type": "lldb", - "request": "launch", - "sourceLanguages": [ - "swift" - ], - "name": "Debug RxComposableArchitecture-Benchmark", - "program": "${workspaceFolder:RxComposableArchitecture}/.build/debug/RxComposableArchitecture-Benchmark", - "args": [], - "cwd": "${workspaceFolder:RxComposableArchitecture}", - "preLaunchTask": "swift: Build Debug RxComposableArchitecture-Benchmark" - }, - { - "type": "lldb", - "request": "launch", - "sourceLanguages": [ - "swift" - ], - "name": "Release RxComposableArchitecture-Benchmark", - "program": "${workspaceFolder:RxComposableArchitecture}/.build/release/RxComposableArchitecture-Benchmark", - "args": [], - "cwd": "${workspaceFolder:RxComposableArchitecture}", - "preLaunchTask": "swift: Build Release RxComposableArchitecture-Benchmark" - } - ] -} \ No newline at end of file