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

Conversation

blutorange
Copy link
Contributor

@blutorange blutorange commented Sep 6, 2019

Fixes microsoft/monaco-editor#1576

  • 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 of 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.

* 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.
@alexdima
Copy link
Member

Thank you! ❤️

@alexdima alexdima merged commit 2c0cc51 into microsoft:master Sep 18, 2019
@alexdima alexdima added this to the August 2019 milestone Sep 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants