File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [
3+ " redhat.vscode-yaml" ,
4+ " ruakr.vsc-nwjs" ,
5+ " juancasanova.awesometypescriptproblemmatcher"
6+ ]
7+ }
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 0.2.0" ,
3+ "configurations" : [
4+ {
5+ "type" : " nwjs" ,
6+ "request" : " launch" ,
7+ "name" : " Launch Game" ,
8+ "skipFiles" : [
9+ " <node_internals>/**"
10+ ],
11+ "webRoot" : " ${workspaceFolder}\\ ..\\ .." ,
12+ "nwjsVersion" : " 0.44.5" ,
13+ "preLaunchTask" : " Build plugin"
14+ }
15+ ]
16+ }
Original file line number Diff line number Diff line change 1+ {
2+ "tasks" : [
3+ {
4+ "type" : " shell" ,
5+ "label" : " Build plugin" ,
6+ "command" : " npm run build" ,
7+ "options" : {
8+ "cwd" : " ${workspaceFolder}"
9+ },
10+ "group" : {
11+ "kind" : " build" ,
12+ "isDefault" : true
13+ }
14+ }
15+ ],
16+ "version" : " 2.0.0"
17+ }
You can’t perform that action at this time.
0 commit comments