There’s definitely room for improvement in all of this, but here’s some notes from some of the tinkering I’m doing.
Using a download like this one:
I’m getting the same error modal as @afragen
I went ahead and extracted that tarball, and then re-built things and packed it:
tar xzf local-addon-xdebug-vscode.tar.gz && cd local-addon-xdebug-vscode && npm run build && npm pack
That new archive imports fine for me on both the latest stable version as well as the latest beta version.
Since I don’t do much work with Node, I don’t pay attention to the versions I have installed, but maybe that’s at play when building these archives?
$ npm --version && yarn --version && node --version
6.13.4
1.21.1
v13.5.0