Update settings for language services, adjust simulator port, enhance error handling in ingestor, and refine Redis feeder script
14 lines
482 B
JSON
14 lines
482 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",
|
|
"windsurfPyright.disableLanguageServices": true
|
|
}
|