mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Prefer the American English spelling behavior
This commit is contained in:
@@ -529,7 +529,7 @@ export function createApiFactory(
|
||||
TextEditorLineNumbersStyle: extHostTypes.TextEditorLineNumbersStyle,
|
||||
TextEditorRevealType: extHostTypes.TextEditorRevealType,
|
||||
TextEditorSelectionChangeKind: extHostTypes.TextEditorSelectionChangeKind,
|
||||
DecorationRangeBehaviour: extHostTypes.DecorationRangeBehaviour,
|
||||
DecorationRangeBehavior: extHostTypes.DecorationRangeBehavior,
|
||||
Uri: URI,
|
||||
ViewColumn: extHostTypes.ViewColumn,
|
||||
WorkspaceEdit: extHostTypes.WorkspaceEdit,
|
||||
|
||||
@@ -965,7 +965,7 @@ export enum TextEditorSelectionChangeKind {
|
||||
/**
|
||||
* These values match very carefully the values of `TrackedRangeStickiness`
|
||||
*/
|
||||
export enum DecorationRangeBehaviour {
|
||||
export enum DecorationRangeBehavior {
|
||||
/**
|
||||
* TrackedRangeStickiness.AlwaysGrowsWhenTypingAtEdges
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user