Sean Lopp
loppsean.bsky.social
Sean Lopp
@loppsean.bsky.social
Dagster, RStudio, Looker. Dad. Bikes. Coffee.
I mean everywhere I turn, its a rough edge. eg I hit an error about my subscription not having an associated resource group. I go to the resource group page and am presented with:
November 25, 2024 at 9:52 PM
It took me too long in my career to figure this out, so re-posting here

If you use Python with VS Code, be sure to add these settings:

"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic"

This will give you a super power: not messing up Python typed arguments
November 14, 2024 at 5:03 PM