From 201b8c7dac654096600daa7101ad4a0d379b7058 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 24 Oct 2020 12:36:56 -0300 Subject: [PATCH] fix(all): Debugging of .gbapp allowed when launch.json is tailored on outFiles .gbapp dist files. --- .vscode/{launch.json => launch.json.template} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .vscode/{launch.json => launch.json.template} (100%) diff --git a/.vscode/launch.json b/.vscode/launch.json.template similarity index 100% rename from .vscode/launch.json rename to .vscode/launch.json.template