Monaco Editor v0.17.0 Release Notes

Release Date: 2019-05-05 // almost 5 years ago
  • ๐Ÿ†• 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 return ILinksList instead of ILink[].
    • IEditorOptions.iconsInSuggestions and EditorContribOptions.iconsInSuggestions are now replaced by EditorContribOptions.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: