mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-16 18:56:06 +00:00
26 lines
826 B
JSON
26 lines
826 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "vscode-edge-devtools.debug",
|
|
"name": "Open Edge DevTools",
|
|
"request": "attach",
|
|
"url": "http://localhost:8081", // Provide your project's url to finish configuring
|
|
"presentation": {
|
|
"hidden": true
|
|
}
|
|
}
|
|
],
|
|
"compounds": [
|
|
{
|
|
"name": "Launch Edge Headless and attach DevTools",
|
|
"configurations": [
|
|
"Launch Microsoft Edge in headless mode",
|
|
"Open Edge DevTools"
|
|
]
|
|
},
|
|
]
|
|
} |