From fbe91f9aedbcdaf8d9670cb46056bf491aadcbbd Mon Sep 17 00:00:00 2001 From: WellitoSantos Date: Sat, 5 Jul 2025 17:41:22 +0000 Subject: [PATCH 1/2] Initial commit From f5f67fdc1af5307d1eff7f96a67351621cbafbaa Mon Sep 17 00:00:00 2001 From: WellitoSantos Date: Sat, 5 Jul 2025 17:41:22 +0000 Subject: [PATCH 2/2] Pending changes exported from your codespace --- .vscode/launch.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..302b766 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // 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": "Iniciar o Chrome em relação a localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file