mirror of
https://github.com/Doctorado-ML/Odte.git
synced 2025-07-11 08:12:06 +00:00
15 lines
492 B
JSON
15 lines
492 B
JSON
{
|
|
// 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"
|
|
}
|
|
]
|
|
} |