Files
speckle_automate_python_exa…/.vscode/launch.json
T
Gergő Jedlicska f4fdcb9272 initial commit
2023-06-22 12:32:34 +02:00

16 lines
440 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
}
]
}