theia IDE launch

main
Jeff Moe 2024-01-05 10:57:52 -07:00
parent f6ad18644e
commit cb1b8ebd3c
1 changed files with 14 additions and 0 deletions

14
.theia/launch.json 100644
View File

@ -0,0 +1,14 @@
{
"version": "0.0.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
}