Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The extension cannot be installed into VSO #109

Closed
egamma opened this issue Feb 13, 2020 · 1 comment
Closed

The extension cannot be installed into VSO #109

egamma opened this issue Feb 13, 2020 · 1 comment

Comments

@egamma
Copy link
Contributor

egamma commented Feb 13, 2020

image

The reason is that the extension is defined to be a strict UI extension ("extensionKind"; ["ui"]). This means it only runs in the UI extension host which is not available in VSO.

To enable that the extension and its snippets work in VSO the extensionKind should be changed to ("extensionKind"; ["ui", "workspace"]`.

See also #111

egamma added a commit to egamma/vscode-angular-snippets that referenced this issue Feb 13, 2020
@egamma egamma mentioned this issue Feb 13, 2020
johnpapa pushed a commit that referenced this issue Mar 9, 2020
@johnpapa
Copy link
Owner

johnpapa commented Mar 9, 2020

fixed in 9.1.2

@johnpapa johnpapa closed this as completed Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants