2022-07-25 01:42:20 +00:00
|
|
|
{
|
2023-12-05 06:25:43 +00: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
|
2023-06-02 05:22:34 +00:00
|
|
|
"version": "0.2.0",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Launch server",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"runtimeArgs": ["dev"],
|
|
|
|
|
"runtimeExecutable": "pnpm",
|
|
|
|
|
"skipFiles": ["<node_internals>/**"],
|
|
|
|
|
"type": "node",
|
|
|
|
|
"console": "integratedTerminal"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "chrome",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"name": "Launch browser",
|
2023-12-05 06:25:43 +00:00
|
|
|
"url": "http://127.0.0.1:5173",
|
|
|
|
|
"runtimeExecutable": "/home/bshellnu/.local/share/flatpak/app/org.chromium.Chromium/current/active/files/chromium/chrome",
|
2023-06-02 05:22:34 +00:00
|
|
|
"webRoot": "${workspaceFolder}"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"compounds": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Both",
|
|
|
|
|
"configurations": ["Launch server", "Launch browser"]
|
|
|
|
|
}
|
|
|
|
|
]
|
2023-12-05 06:25:43 +00:00
|
|
|
}
|