geas-bot/.vscode/settings.json

6 lines
167 B
JSON
Raw Normal View History

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