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