9 lines
No EOL
257 B
JSON
9 lines
No EOL
257 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
|
"python.analysis.indexing": true,
|
|
"python.analysis.packageIndexDepths":[["rest_framework", 5, true]],
|
|
"cSpell.words": [
|
|
"authtoken",
|
|
"viewsets"
|
|
]
|
|
} |