Skip to content

Commit bbed4d1

Browse files
committed
add internal
1 parent 65ae322 commit bbed4d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/vs/editor/common/languages.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,9 @@ export namespace SymbolKinds {
11911191
return icon;
11921192
}
11931193

1194+
/**
1195+
* @internal
1196+
*/
11941197
export function asAriaLabel(label: string, kind: SymbolKind): string {
11951198
return localize('symbolAriaLabel', "{0} Symbol: {1}", label, SymbolKinds.toIcon(kind).id.replaceAll('symbol-', ''));
11961199
}

src/vs/monaco.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7459,8 +7459,6 @@ declare namespace monaco.languages {
74597459
Deprecated = 1
74607460
}
74617461

7462-
function asAriaLabel(label: string, kind: SymbolKind): string;
7463-
74647462
export interface DocumentSymbol {
74657463
name: string;
74667464
detail: string;

0 commit comments

Comments
 (0)