microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
test/SampleApplication/.vscode/launchReactNative.js
9lines · modecode
| 1 | // This file is automatically generated. version:0.0.1 |
| 2 | try { |
| 3 | var path = require("path"); |
| 4 | var Launcher = require("../../../out/debugger/launcher.js").Launcher; |
| 5 | new Launcher(path.resolve(__dirname, "..")).launch(); |
| 6 | } |
| 7 | catch (e) { |
| 8 | throw new Error("Unable to launch application. Try deleting .vscode/launchReactNative.js and restarting vscode."); |
| 9 | } |