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
This would be a great addition. I use vscodium for almost everything.
I tried installing the vscode extension in vscodium as per these instructions
But unfortunately this doesn't work for this extension. The Blender commands show up in the command palette as in vscode, however any attempt at executing one of the commands results in an error: command 'blender.start' not found as noted in issue #214.
To answer my own issue: it turns out that blender_vscode depends on cpptools from Microsoft. This extension is also unavailable on the open VSX registry, so it won't be installed automatically in vscodium when you install blender_vscode as described above.
Simply download the correct vsix file for your platform from the link above and install it with this command: codium --install-extension 'xxxxx.vsix'. That makes the blender_vscode work in vscodium.
the cpp tools are needed only for commands that build blender from source code and they are undcumented. if you want to do addon develoment you do not need cpp tools
Hi,
It would be fantastic if this extension could be published to the open VSX registry, making it accessible to VSCodium and the likes.
Some info here:
https://github.com/eclipse/openvsx/wiki/Publishing-Extensions
Cheers!
The text was updated successfully, but these errors were encountered: