diff --git a/.vscode/launch.json b/.vscode/launch.json index 04cd0e4f67f5c..27c9545b33692 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,31 +4,11 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { - "name": "Debug Android", - "program": "${workspaceRoot}/.vscode/launchReactNative.js", - "type": "reactnative", - "request": "launch", - "platform": "android", - "sourceMaps": true, - "outDir": "${workspaceRoot}/.vscode/.react" - }, - { - "name": "Debug iOS", - "program": "${workspaceRoot}/.vscode/launchReactNative.js", - "type": "reactnative", - "request": "launch", - "platform": "ios", - "sourceMaps": true, - "outDir": "${workspaceRoot}/.vscode/.react" - }, { "name": "Attach to packager", - "program": "${workspaceRoot}/.vscode/launchReactNative.js", + "cwd": "${workspaceFolder}", "type": "reactnative", - "request": "attach", - "sourceMaps": true, - "outDir": "${workspaceRoot}/.vscode/.react" + "request": "attach" }, ] } \ No newline at end of file