You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running VSCodium on Linux on Apple Silicon, thus the aarch64 CPU architecture. It is complaining about "type": "python" in my launch.json and that I have to replace it with debugpy before it's being deprecated. That type seems to be provided by this extension but I can't actually install it due to the error in the title.
This extension is pure Typescript, is there any reason at all it wouldn't work on Linux ARM machines?