AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
441 stars 61 forks source link

Update "when" commands are available in certain contexts #228

Closed emackey closed 2 years ago

emackey commented 2 years ago

This refines when import (GLB-to-gltf) and export (gltf-to-GLB) commands appear in certain menus, and generally tries to make a cleaner distinction between registerCommand vs. registerTextEditorCommand.

Superscedes #225.