You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3302,7 +3302,7 @@ class UnicodeHighlight extends BaseEditorOption<EditorOption.unicodeHighlighting
3302
3302
[unicodeHighlightConfigKeys.nonBasicASCII]: {
3303
3303
restricted: true,
3304
3304
type: ['boolean','string'],
3305
-
enum: [true,false,trueIfUntrusted],
3305
+
enum: [true,false,inUntrustedWorkspace],
3306
3306
default: defaults.nonBasicASCII,
3307
3307
description: nls.localize('unicodeHighlight.nonBasicASCII',"Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII.")
3308
3308
},
@@ -3321,7 +3321,7 @@ class UnicodeHighlight extends BaseEditorOption<EditorOption.unicodeHighlighting
3321
3321
[unicodeHighlightConfigKeys.includeComments]: {
3322
3322
restricted: true,
3323
3323
type: ['boolean','string'],
3324
-
enum: [true,false,trueIfUntrusted],
3324
+
enum: [true,false,inUntrustedWorkspace],
3325
3325
default: defaults.includeComments,
3326
3326
description: nls.localize('unicodeHighlight.includeComments',"Controls whether characters in comments should also be subject to unicode highlighting.")
3327
3327
},
@@ -3341,10 +3341,10 @@ class UnicodeHighlight extends BaseEditorOption<EditorOption.unicodeHighlighting
0 commit comments