From aee02caa84df537cda28a6fe7be718032ce39f7e Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 7 Dec 2022 11:05:46 -0300 Subject: [PATCH] Rename launch.json.template to launch.json --- .vscode/{launch.json.template => launch.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .vscode/{launch.json.template => launch.json} (99%) diff --git a/.vscode/launch.json.template b/.vscode/launch.json similarity index 99% rename from .vscode/launch.json.template rename to .vscode/launch.json index 4416e4fd..9e89f4a8 100644 --- a/.vscode/launch.json.template +++ b/.vscode/launch.json @@ -23,4 +23,4 @@ "console": "integratedTerminal" } ] -} \ No newline at end of file +}