Could you implement VS Code's
https://code.visualstudio.com/api/extension-guides/custom-editors
so the extension appears in "Open With..." dialogs and can be set as the default editor for
.usd/.usdc files via workbench.editorAssociations? Currently the extension only provides commands ("Open With Usdc Viewer").
This would allow users to automatically open USD files with the viewer instead of running a command each time.
Could you implement VS Code's
https://code.visualstudio.com/api/extension-guides/custom-editors
so the extension appears in "Open With..." dialogs and can be set as the default editor for
.usd/.usdc files via workbench.editorAssociations? Currently the extension only provides commands ("Open With Usdc Viewer").
This would allow users to automatically open USD files with the viewer instead of running a command each time.