mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2025-08-28 21:28:44 -04:00
18 lines
493 B
JSON
18 lines
493 B
JSON
{
|
|
"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-*"
|
|
],
|
|
},
|
|
]
|
|
}
|