Replies: 1 comment 1 reply
|
Hi @Andrei486, I have overlooked your questions. My apologies for not answering sooner. @CGNonofr supports this in the official monaco-code-api demo: https://monaco-vscode-api.netlify.app/ Code: https://github.com/CodinGame/monaco-vscode-api/tree/main/demo/src |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to persist user settings using
@codingame/monaco-vscode-storage-service-overridein Monaco? By default, it seems able to persist certain settings (expandSuggestionDocs, theme, as per the answer to #1018). But if I toggle the minimap on/off, or use the command palette to change how whitespace renders, those settings do not persist once the page is reloaded. Is there a separate override to handle that (I see@codingame/monaco-vscode-configuration-service-override, but there are no examples for it) ? Or does getStorageServiceOverride handle it somehow?All reactions