SimonSiefke / vscode-svg-preview

Svg Preview for VSCode
MIT License
44 stars 4 forks source link

extensionKind "["ui"] is too strict, the extension can also run as a workspace extension #44

Closed egamma closed 4 years ago

egamma commented 4 years ago

This extension can also run as workspace extension. It does not have any hard requirements on local assets, devices, or capabilities. Therefore please change the extensionKind to "extensionKind": ["ui", "workspace"] which makes the extension more generally usable.

For more details pls see https://code.visualstudio.com/api/advanced-topics/remote-extensions#incorrect-execution-location.