Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed Nov 10, 2021
1 parent b44b731 commit 0fed1d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import * as nls from 'vs/nls';
import { JSONSchemaType } from 'vs/base/common/jsonSchema';
import { Color } from 'vs/base/common/color';
import { isArray, isObject, isUndefinedOrNull, isString, isStringArray, isNumber } from 'vs/base/common/types';
import { isArray, isObject, isUndefinedOrNull, isString, isStringArray } from 'vs/base/common/types';
import { IConfigurationPropertySchema } from 'vs/platform/configuration/common/configurationRegistry';

type Validator<T> = { enabled: boolean, isValid: (value: T) => boolean; message: string };
Expand Down

0 comments on commit 0fed1d8

Please sign in to comment.