5 lines
138 B
JSON
5 lines
138 B
JSON
|
{
|
||
|
"python.languageServer": "Pylance",
|
||
|
"python.analysis.ignore": [ "*" ] // Ruff is used for linting but Pylance still is useful
|
||
|
}
|