mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
🔨 Add apache launch configuration
This commit is contained in:
parent
0ee9c21c13
commit
f5fe2e7961
1 changed files with 8 additions and 1 deletions
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
@ -7,6 +7,13 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"reAttach": true,
|
"reAttach": true,
|
||||||
"file": "${workspaceFolder}/index.html",
|
"file": "${workspaceFolder}/index.html",
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"name": "Preview Apache httpd page",
|
||||||
|
"type": "firefox",
|
||||||
|
"request": "launch",
|
||||||
|
"reAttach": true,
|
||||||
|
"file": "${workspaceFolder}/apache.html",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue