cloudflare-gateway-adblocking/.vscode/settings.json

5 lines
138 B
JSON

{
"python.languageServer": "Pylance",
"python.analysis.ignore": [ "*" ] // Ruff is used for linting but Pylance still is useful
}