From 74339b9f4ff6aa7a32acaab9268f0c3f77b4639d Mon Sep 17 00:00:00 2001 From: victorfreitas021 Date: Wed, 11 Jun 2025 13:15:58 -0400 Subject: [PATCH] Create launch.json --- .vscode/launch.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..3a0f878 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // 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": "msedge", + "request": "launch", + "name": "Open index.html", + "file": "c:\\Users\\Usuario\\Documents\\GitHub\\Flower\\index.html" + } + ] +} \ No newline at end of file