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
We must change the existing code to use the new VSC API, as current approach is very hacky
(when we trust a notebook, we perform an edit and prevent VSCode from seeing it as a dirty change & force it to reload the notebook). Hopefully with the new VSC API - all we need to do is just update a single property
The text was updated successfully, but these errors were encountered:
See here microsoft/vscode#108946 (comment) & microsoft/vscode#109104
We must change the existing code to use the new VSC API, as current approach is very hacky
(when we trust a notebook, we perform an edit and prevent VSCode from seeing it as a dirty change & force it to reload the notebook).
Hopefully with the new VSC API - all we need to do is just update a single property
The text was updated successfully, but these errors were encountered: