SIENTIAPDE-1094

Update settings for language services, adjust simulator port, enhance error handling in ingestor, and refine Redis feeder script
This commit is contained in:
vitor-aignosi
2025-06-09 08:42:22 -03:00
parent 112d512a02
commit 1af7e80e5b
6 changed files with 30 additions and 18 deletions

View File

@@ -8,5 +8,6 @@
},
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "standard",
"editor.suggestSelection": "first"
"editor.suggestSelection": "first",
"windsurfPyright.disableLanguageServices": true
}