That’s weird, AFAIk VSCodium only strips telemetry and changes branding. It shouldn’t actively break addon.
Unless they check if they’re running inside of the actual MS VSCode, which could explain why they aren’t working
Least technologically advanced shitposter.
I enjoy shitposts, programming, cybersec, cryptography and edgy memes.
That’s weird, AFAIk VSCodium only strips telemetry and changes branding. It shouldn’t actively break addon.
Unless they check if they’re running inside of the actual MS VSCode, which could explain why they aren’t working
You can change the extension repository to the official one.
I don’t need it tho, I only need Pyright, Python and the catppuccin theme
VSCodium > VSCode
No thanks, Ash/Dash is all I need
It’s not the ternary operator, it is the walrus operator introduced in Python 3.8 if I’m correct
You can do
if (count := len(hand)) != 5:
# do something with "count"
Btw, looks much nicer
would be easier than to try and catch people slipping eachother code, no?
C U C K
Fixed it:
Chad GPL license: i made my code open source, so it stays open source. proprietary users seethe harder.
Virgin WTFPL user: yeah my code is meant to be open source, but you can do with it whatever you want!
I do this all the time in Python by creating a class like
class Core: foo = "bar"