freettrpg/.vscode/launch.json

14 lines
459 B
JSON
Raw Normal View History

2024-06-18 19:42:14 +02: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": "firefox",
"request": "launch",
"name": "Open index.html",
2024-06-30 00:17:59 +02:00
"file": "c:\\Users\\lucab\\Desktop\\freettrpg\\pages\\index.html"
2024-06-18 19:42:14 +02:00
}
]
}