microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f6f54243734f7511bbef522c4f2cca6de2e5aaaa

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

test/SampleApplication/.vscode/launchReactNative.js

9lines · modecode

1// This file is automatically generated. version:0.0.1
2try {
3 var path = require("path");
4 var Launcher = require("../../../out/debugger/launcher.js").Launcher;
5 new Launcher(path.resolve(__dirname, "..")).launch();
6}
7catch (e) {
8 throw new Error("Unable to launch application. Try deleting .vscode/launchReactNative.js and restarting vscode.");
9}
10