Delete launch.json
[langlearn/.git] / .vscode / launch.json
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