Closed
Description
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?