Delete launch.json
authorOscar J Rodriguez <josuer08@gmail.com>
Thu, 5 Nov 2020 15:09:30 +0000 (10:09 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 15:09:30 +0000 (10:09 -0500)
.vscode/launch.json [deleted file]

diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644 (file)
index d73bf2a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-    // Use IntelliSense para saber los atributos posibles.
-    // Mantenga el puntero para ver las descripciones de los existentes atributos.
-    // Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387
-    "version": "0.2.0",
-    "configurations": [
-        
-        {
-            "name": "Python: Archivo actual",
-            "type": "python",
-            "request": "launch",
-            "program": "${file}",
-            "console": "integratedTerminal"
-        }
-    ]
-}
\ No newline at end of file