2021-07-15 09:03:44 +01:00
|
|
|
{
|
2021-07-24 01:01:48 +01:00
|
|
|
"editor.insertSpaces": false,
|
2021-07-21 12:10:15 +01:00
|
|
|
"python.pythonPath": "./app/Scripts/python",
|
2022-01-24 12:26:14 +00:00
|
|
|
"python.autoComplete.extraPaths": [
|
|
|
|
"./app"
|
|
|
|
],
|
|
|
|
"python.analysis.extraPaths": [
|
|
|
|
"./app"
|
|
|
|
]
|
2021-07-15 09:03:44 +01:00
|
|
|
}
|