13 lines
431 B
JSON
13 lines
431 B
JSON
{
|
|
"python.testing.pytestArgs": ["."],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"sonarlint.connectedMode.project": {
|
|
"connectionId": "sonardev-sientia-ai",
|
|
"projectKey": "Aignosi_sientia-dataops-opc-ingestor_1642c8bf-a148-4911-8362-0903d7fef99a"
|
|
},
|
|
"python.languageServer": "Pylance",
|
|
"python.analysis.typeCheckingMode": "standard",
|
|
"editor.suggestSelection": "first"
|
|
}
|