Hacker News new | ask | show | jobs
by JamesUtah07 2117 days ago
I am using vscodium instead of vscode so the "Install" link on the marketplace page doesn't work and searching for the extension doesn't show it. Any ideas on how I can install this?
1 comments

According to the build script https://github.com/hediet/vscode-debug-visualizer/blob/maste... it'd be

    yarn run package
and then

    codium --install-extension $PWD/whatever.vsix
so long as you have https://github.com/microsoft/vscode-vsce in your PATH