Update dependency monaco-editor to ^0.17.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
monaco-editor | dependencies | minor | ^0.17.0 | source | |
monaco-editor | devDependencies | minor | ^0.17.0 | source |
Release Notes
Microsoft/monaco-editor
v0.17.0
New & Noteworthy
- Localization support is brought back for AMD bundle. We lost the localization support when VS Code moved to the localization system but now AMD bundles ships the same localized strings VS Code localization extensions ship. For more details, please read Monaco#822 and related VS Code upstream issue
-
LinkProvider.ProvideLinks
should now returnILinksList
instead ofILink[]
. -
IEditorOptions.iconsInSuggestions
andEditorContribOptions.iconsInSuggestions
are now replaced byEditorContribOptions.suggest.showIcons
. - We introduced
EditorContribOptions.suggest.maxVisibleSuggestions
to control maximum suggestions to show in suggestions widget. -
EditorContribOptions.suggest.filteredTypes
is now introduced to allow suggestions to be filtered by the user. For more details, please read vscode#45039.
Thank You
Contributions to monaco-editor
:
- Jonas Fonseca @jonas: Fix year for releases made in 2019 PR #1388
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.