Skip to content

Commit

Permalink
Merge pull request #8 from BabylonJS/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
PolygonalSun committed Feb 9, 2021
2 parents 5941719 + a15b07d commit 1910fd5
Show file tree
Hide file tree
Showing 167 changed files with 11,226 additions and 23,809 deletions.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@
"--enable-unsafe-es3-apis"
]
},
{
"name": "Launch GUI Editor (Edge - Direct)",
"type": "edge",
"version": "dev",
"request": "launch",
"url": "http://localhost:1338/guiEditor/public/index-local.html",
"webRoot": "${workspaceRoot}/",
"sourceMaps": true,
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
"runtimeArgs": [
"--enable-unsafe-es3-apis"
]
},
{
"name": "Launch Viewer (Chrome)",
"type": "chrome",
Expand Down
Loading

0 comments on commit 1910fd5

Please sign in to comment.