mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2025-08-28 21:28:44 -04:00
Add debug config!
This commit is contained in:
parent
cd3c1f3973
commit
a977441046
1 changed files with 18 additions and 0 deletions
18
.vscode/launch.json
vendored
Normal file
18
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "msedge",
|
||||||
|
"name": "https://localhost:8080/",
|
||||||
|
"request": "launch",
|
||||||
|
"url": "https://localhost:8080/",
|
||||||
|
"outFiles": [
|
||||||
|
"${workspaceFolder}/public/**/*.js",
|
||||||
|
"!${workspaceFolder}/public/**/*vendors*",
|
||||||
|
"!**/node_modules/**"
|
||||||
|
],
|
||||||
|
"skipFiles": [
|
||||||
|
"<node_internals>/**/*vendors-*"
|
||||||
|
],
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue