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 `OpenedDocument` event includes either `Qsharp` or `JupyterCell` for
its document type, but the query was causing all documents to be treated
as `Qsharp`. Swapping the ordering so we can correctly distinguish cells
for this event.
0 commit comments