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
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"]`.
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
The text was updated successfully, but these errors were encountered: