Skip to content

Commit d63ed75

Browse files
committed
removed the sorting options that were added
1 parent 7cfe4e0 commit d63ed75

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4074,27 +4074,6 @@ declare module 'vscode' {
40744074
provideDocumentRangeSemanticTokens(document: TextDocument, range: Range, token: CancellationToken): ProviderResult<SemanticTokens>;
40754075
}
40764076

4077-
/**
4078-
* Value-object describing what options formatting should use.
4079-
*/
4080-
export interface SortingOptions {
4081-
4082-
/**
4083-
* Size of a tab in spaces.
4084-
*/
4085-
tabSize: number;
4086-
4087-
/**
4088-
* Prefer spaces over tabs.
4089-
*/
4090-
insertSpaces: boolean;
4091-
4092-
/**
4093-
* Signature for further properties.
4094-
*/
4095-
[key: string]: boolean | number | string;
4096-
}
4097-
40984077
/**
40994078
* Value-object describing what options formatting should use.
41004079
*/

0 commit comments

Comments
 (0)