feat: added VSCode Windows debugging entry
This commit is contained in:
Vendored
+14
@@ -14,6 +14,20 @@
|
||||
"webpack://?:*/*": "${webRoot}/*"
|
||||
},
|
||||
"preLaunchTask": "npm: dev"
|
||||
},
|
||||
{
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"name": "Launch Chrome against localhost (Windows)",
|
||||
"url": "http://localhost:5173",
|
||||
"webRoot": "${workspaceFolder}",
|
||||
"sourceMaps": true,
|
||||
"sourceMapPathOverrides": {
|
||||
"/@fs/*": "${webRoot}/*",
|
||||
"webpack:///./~/*": "${webRoot}/node_modules/*",
|
||||
"webpack://?:*/*": "${webRoot}/*"
|
||||
},
|
||||
"preLaunchTask": "npm: dev (Windows)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user