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 idea is every CellTextModel will manage its content in ITextBuffer, which be used as the backing store for TextModel thus every edit in Monaco Editor will be updated in the text buffer immediately. Also we will have a set of TextModel like API to use even when the cell is not attached to an editor yet.
A brief summary of items we didn't finish in last iteration and issues reported during endgame
CellTextModel
will manage its content inITextBuffer
, which be used as the backing store forTextModel
thus every edit in Monaco Editor will be updated in the text buffer immediately. Also we will have a set of TextModel like API to use even when the cell is not attached to an editor yet.acquireVSCodeApi(rendererId)
in Notebook Webview Notebook renderer: state persistence #95361NotebookTextModel
other thanNotebookViewModel
to avoid duplicated registration Notebook: registers duplicate working copies with same resource #96402isCompositeEditor
context keyvscode-notebook
-scheme for cell, maybevscode-notebook-cell
?The text was updated successfully, but these errors were encountered: