8 ms·
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 h
by JamesUtah07 6y 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?
- mdaniel 6y agoAccording to the build script https://github.com/hediet/vscode-debug-visualizer/blob/master/extension/package.json#L96 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 https://github.com/microsoft/vscode-vsce in your PATH