theia settings

This commit is contained in:
2021-01-01 20:39:15 +00:00
parent ddafccdd31
commit 2da853946e
2 changed files with 19 additions and 0 deletions

16
.theia/launch.json Normal file
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: Flask",
"type": "python",
"request": "launch",
"program": "test2.py",
"console": "integratedTerminal",
"args": [
]//,"django": true
}
]
}

3
.theia/settings.json Normal file
View File

@@ -0,0 +1,3 @@
{
"python.pythonPath": "/usr/local/bin/python3"
}