From c745657dfe7b73a3a1b68e1c574cc94a8c3e811f 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 4416e4fdb..9e89f4a86 100644 --- a/.vscode/launch.json.template +++ b/.vscode/launch.json @@ -23,4 +23,4 @@ "console": "integratedTerminal" } ] -} \ No newline at end of file +}