10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"editor.insertSpaces": false,
|
|
"python.pythonPath": "./app/Scripts/python",
|
|
"python.autoComplete.extraPaths": [
|
|
"./app"
|
|
],
|
|
"python.analysis.extraPaths": [
|
|
"./app"
|
|
]
|
|
} |