Conversation
Can you provide some suitable text that covers this? |
If a user has added (for example) any language overrides to their it will need to be adjusted to match the new APIs in Monaco These are listed in the monaco online docs: https://microsoft.github.io/monaco-editor/docs.html In short: any monaco extra config you may have had setup under Over the last 4y I remember mo more than 2 people asking about this (And I am pretty sure I talked them out of fiddling with these settings) - so I an reasonably confident it is not widespread. The worst that happens is the users old settings are ignored and suddenly they get default behaviour (e.g. type checking switched on etc) |
Types of changes
Proposed changes
Update Monaco to latest (0.55.1 at time of writing)
NOTES
codeEditor.monaco.languages.lang.xxxchanges tocodeEditor.monaco.lang.xxxChecklist
npm run testto verify the unit tests pass