forked from M3-Academy/challenge-algorithms-v2.0
15 lines
520 B
JSON
15 lines
520 B
JSON
{
|
|
// Use o IntelliSense para saber mais sobre os atributos possíveis.
|
|
// Focalizar para exibir as descrições dos atributos existentes.
|
|
// Para obter mais informações, acesse: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome against localhost",
|
|
"url": "http://localhost:8080",
|
|
"webRoot": "${workspaceFolder}"
|
|
}
|
|
]
|
|
} |