mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 19:45:10 +00:00
29 lines
764 B
JSON
Executable file
29 lines
764 B
JSON
Executable file
{
|
|
// 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": [
|
|
{
|
|
"name": "Attach to Chrome",
|
|
"port": 8080,
|
|
"request": "attach",
|
|
"type": "chrome",
|
|
"webRoot": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"name": "Launch Chrome",
|
|
"request": "launch",
|
|
"type": "chrome",
|
|
"url": "https://localhost:8080",
|
|
"webRoot": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome against localhost",
|
|
"url": "https://localhost:9222",
|
|
"webRoot": "${workspaceFolder}"
|
|
}
|
|
]
|
|
}
|