소스 검색

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
-}