Skip to content

Commit 65ae322

Browse files
committed
revert a change
1 parent 88b4c04 commit 65ae322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export class DocumentSymbolRenderer implements ITreeRenderer<OutlineElement, Fuz
195195
}
196196
}
197197

198-
public static _symbolKindNames: { [symbol: number]: string } = {
198+
private static _symbolKindNames: { [symbol: number]: string } = {
199199
[SymbolKind.Array]: localize('Array', "array"),
200200
[SymbolKind.Boolean]: localize('Boolean', "boolean"),
201201
[SymbolKind.Class]: localize('Class', "class"),

0 commit comments

Comments
 (0)