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
I would like to access the monaco-editor instance on a vscode.TextEditor directly. For example to insert ViewZones (see #88483 for detailed motivation).
This would make #85682 obsolete. In general I assume a better experience for developing extensions with direct monaco-editor access, as it removes an abstraction layer, which must be learnt, maintained (and waited for to be created in the first place if it doesn't already exist).
The text was updated successfully, but these errors were encountered:
We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.
There is the renderer and the extension host process. The first is for the UX, the second is a dedicated process in which extensions run. There is no way to expose the Monaco-editor API in the latter because of this
I would like to access the monaco-editor instance on a
vscode.TextEditor
directly. For example to insert ViewZones (see #88483 for detailed motivation).This would make #85682 obsolete. In general I assume a better experience for developing extensions with direct monaco-editor access, as it removes an abstraction layer, which must be learnt, maintained (and waited for to be created in the first place if it doesn't already exist).
The text was updated successfully, but these errors were encountered: