Files
lc_frontend/.vscode/launch.json

17 lines
442 B
JSON
Raw Permalink Normal View History

2025-10-17 10:31:13 +08:00
{
// 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": "msedge",
"request": "launch",
"name": "jeelowcode",
"url": "http://localhost:81",
"webRoot": "${workspaceFolder}/src",
"sourceMaps": true
}
]
}