Add parrot/theia python launcher

front-weir
Jeff Moe 2024-01-24 09:50:33 -07:00
parent 07a916b427
commit 56b29a5696
1 changed files with 16 additions and 0 deletions

16
.theia/launch.json 100644
View File

@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
}