theia settings
This commit is contained in:
16
.theia/launch.json
Normal file
16
.theia/launch.json
Normal 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
3
.theia/settings.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"python.pythonPath": "/usr/local/bin/python3"
|
||||
}
|
||||
Reference in New Issue
Block a user