Skip to content

Commit a06ece3

Browse files
committed
fix issue
1 parent 76f9fca commit a06ece3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/standalone/browser/standaloneLanguages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ export function createMonacoLanguagesAPI(): typeof monaco.languages {
779779
registerInlineCompletionsProvider: <any>registerInlineCompletionsProvider,
780780
registerInlayHintsProvider: <any>registerInlayHintsProvider,
781781
getAriaLabelForSymbol: <any>languages.getAriaLabelForSymbol,
782+
symbolKindNames: <any>languages.symbolKindNames,
782783

783784
// enums
784785
DocumentHighlightKind: standaloneEnums.DocumentHighlightKind,

0 commit comments

Comments
 (0)