mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
debt - use const enums when possible
This commit is contained in:
@@ -23,7 +23,7 @@ import { MarkerSeverity } from 'vs/platform/markers/common/markers';
|
||||
import { listErrorForeground, listWarningForeground } from 'vs/platform/theme/common/colorRegistry';
|
||||
import { IThemeService } from 'vs/platform/theme/common/themeService';
|
||||
|
||||
export enum OutlineItemCompareType {
|
||||
export const enum OutlineItemCompareType {
|
||||
ByPosition,
|
||||
ByName,
|
||||
ByKind
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
import { CharCode } from 'vs/base/common/charCode';
|
||||
|
||||
export enum TokenType {
|
||||
export const enum TokenType {
|
||||
Dollar,
|
||||
Colon,
|
||||
Comma,
|
||||
|
||||
Reference in New Issue
Block a user