X-Git-Url: https://git.josue.xyz/?p=langlearn%2F.git;a=blobdiff_plain;f=.vscode%2Flaunch.json;fp=.vscode%2Flaunch.json;h=d73bf2a036a925af2be8e6473558e667b7c5231b;hp=0000000000000000000000000000000000000000;hb=f921e27b1b874ecd0c00aa8a916ae99222bdbbb3;hpb=b187571ee5834ff1bb66766cbde8538c49fed3a5 diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..d73bf2a --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,16 @@ +{ + // 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