You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
monaco-editor version: 0.14.3 Browser: Google Chrome OS: Windows 10
When using the DocumentSymbolProvider, for certain SymbolKind values their icons seem to default to the Method icon despite the fact that the correct icons definitely do exist in monaco. CompletionItemKind doesn't have this issue and displays the correct icons.
monaco-editor version: 0.14.3
Browser: Google Chrome
OS: Windows 10
When using the DocumentSymbolProvider, for certain SymbolKind values their icons seem to default to the Method icon despite the fact that the correct icons definitely do exist in monaco. CompletionItemKind doesn't have this issue and displays the correct icons.
I used this code to test each SymbolKind value.
The text was updated successfully, but these errors were encountered: