1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00

🔨 Create VSC launch.json

This commit is contained in:
Steffo 2022-03-10 02:50:21 +01:00
parent cdfc0b14e9
commit b0c525a7b6
Signed by: steffo
GPG key ID: 6965406171929D01

12
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Preview example page",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/index.html",
}
]
}