Theia
Links
Cloud & Desktop IDE Platform launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Flask",
"type": "python",
"request": "launch",
"module": "flask",
"envFile": "${workspaceFolder}/.flaskenv",
"justMyCode": true,
"args": [
"run",
"--no-debugger",
"--no-reload"
]
}
]
}
.flaskenv
FLASK_APP = main.py
FLASK_ENV = development
FLASK_DEBUG = 0
{
"editor.autoSave": "on",
"workspace.preserveWindow": true,
"files.watcherExclude": {
"**/.cache/**": true,
"**/.git/**": true,
"**/node_modules/**": true
},
"go.useLanguageServer": true,
"go.useGoProxyToCheckForToolUpdates": false,
"python.autoUpdateLanguageServer": false,
"workbench.colorTheme": "dark",
"workbench.iconTheme": "vs-seti",
"csharp.suppressDotnetRestoreNotification": true,
"cloudcode.customApplications": []
}
People
Website | ||
---|---|---|