может кто в курсе. настраиваю в VScode launch.json {
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch index.html",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/index.html"
}
]
}
вопрос можно ли вместо index.html прописать что-то универсальное. Ось -Ubuntu