geas-bot/.vscode/settings.json

10 lines
177 B
JSON
Raw Normal View History

{
"editor.insertSpaces": false,
2021-07-21 12:10:15 +01:00
"python.pythonPath": "./app/Scripts/python",
"python.autoComplete.extraPaths": [
"./app"
],
"python.analysis.extraPaths": [
"./app"
]
}