Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Fix microsoft/monaco-editor#1576 update dependency to core #41

Merged
merged 1 commit into from Sep 18, 2019

Commits on Sep 6, 2019

  1. Fix microsoft/monaco-editor#1576 update dependency to core

    * Update dependency to monaco-editor-core to 0.18.0
    * Fix typing errors:
        * SignatureHelpAdapter#provideSignatureHelp return a wrapped SignatureHelpResult
        * monaco.languages.DocumentSymbol has got a new property: tags
    
    The tags are an array SymbolTags, and the only existing SymbolTag is "Deprecated".
    I did not find any information about that in the ts.NavigationBarItem, so the tags
    are always an empty array for now.
    blutorange committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    37f6c64 View commit details
    Browse the repository at this point in the history