então, estou nas aulas iniciais de logica de programação, usei as extensões indicadas no vs code, porém ao rodar o código abre uma aba normal do Chrome. Usei o gemini pra ver se era um erro comum, ele falou que era um erro no "file": "" ele falou p botar ${workspaceFolder}/index.html mas não funcionou `{ // 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": "open index.html",
"request": "launch",
"type": "chrome",
"file": ""
},
]
}`