浏览代码

pushing ignored files

Daniel Zlotin 8 年前
父节点
当前提交
58affc21d9
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0
    9
      .vscode/launchReactNative.js

+ 0
- 9
.vscode/launchReactNative.js 查看文件

@@ -1,9 +0,0 @@
1
-// This file is automatically generated by vscode-react-native@0.2.5
2
-// Please do not modify it manually. All changes will be lost.
3
-try {
4
-    var path = require("path");
5
-    var Launcher = require("/Users/danielzl/.vscode/extensions/vsmobile.vscode-react-native-0.2.5/out/debugger/launcher.js").Launcher;
6
-    new Launcher("/Users/danielzl/dev/react-native-navigation", "/Users/danielzl/dev/react-native-navigation").launch();
7
-} catch (e) {
8
-    throw new Error("Unable to launch application. Try deleting .vscode/launchReactNative.js and restarting vscode.");
9
-}