-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fanpeng
committed
Jul 22, 2018
1 parent
2dc4c1b
commit 003514d
Showing
63 changed files
with
132 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Wing 内置播放器调试", | ||
"type": "chrome", | ||
"request": "launch", | ||
"file": "index.html", | ||
//"url": "http://mysite.com/index.html", | ||
"runtimeExecutable": "${execPath}", | ||
"sourceMaps": true, | ||
"webRoot": "${workspaceRoot}", | ||
"preLaunchTask":"build", | ||
"port":5688 | ||
}, | ||
{ | ||
"name": "使用本机 Chrome 调试", | ||
"type": "chrome", | ||
"request": "launch", | ||
"file": "index.html", | ||
//"url": "http://mysite.com/index.html", | ||
"runtimeExecutable": "", | ||
"sourceMaps": true, | ||
"webRoot": "${workspaceRoot}", | ||
"preLaunchTask":"build", | ||
"userDataDir":"${tmpdir}", | ||
"port":5688 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"version": "0.1.0", | ||
"command": "egret", | ||
"isShellCommand": true, | ||
"tasks": [ | ||
{ | ||
"taskName": "build", | ||
"showOutput": "always", | ||
"args": [ | ||
"build", | ||
"-sourcemap" | ||
], | ||
"problemMatcher": "$tsc" | ||
}, | ||
{ | ||
"taskName": "clean", | ||
"showOutput": "always", | ||
"args": [ | ||
"build", | ||
"-e" | ||
], | ||
"problemMatcher": "$tsc" | ||
}, | ||
{ | ||
"taskName": "publish", | ||
"showOutput": "always", | ||
"args": [ | ||
"publish" | ||
], | ||
"problemMatcher": "$tsc" | ||
} | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Launch Wing Player", | ||
"type": "chrome", | ||
"request": "launch", | ||
"file": "index.html", | ||
"runtimeExecutable": "${execPath}", | ||
"useBuildInServer": true, | ||
"sourceMaps": true, | ||
"webRoot": "${workspaceRoot}", | ||
"preLaunchTask":"build", | ||
"port":5317 | ||
}, | ||
{ | ||
"name": "Launch Chrome", | ||
"type": "chrome", | ||
"request": "launch", | ||
"file": "index.html", | ||
"useBuildInServer": true, | ||
"sourceMaps": true, | ||
"webRoot": "${workspaceRoot}", | ||
"preLaunchTask":"build", | ||
"userDataDir":"${tmpdir}", | ||
"port":5317 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"search.exclude": { | ||
"**/bin-debug": true, | ||
"**/bin-release": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"version": "0.1.0", | ||
"command": "egret", | ||
"isShellCommand": true, | ||
"suppressTaskName": true, | ||
"tasks": [ | ||
{ | ||
"taskName": "build", | ||
"showOutput": "always", | ||
"args": [ | ||
"build", | ||
"-sourcemap" | ||
], | ||
"problemMatcher": "$tsc" | ||
}, | ||
{ | ||
"taskName": "clean", | ||
"showOutput": "always", | ||
"args": [ | ||
"build", | ||
"-e" | ||
], | ||
"problemMatcher": "$tsc" | ||
}, | ||
{ | ||
"taskName": "publish", | ||
"showOutput": "always", | ||
"args": [ | ||
"publish" | ||
], | ||
"problemMatcher": "$tsc" | ||
} | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.