Skip to content

Commit 41edd98

Browse files
authored
Merge pull request microsoft#175248 from microsoft/aiday/removingUselessType
Removing the sorting options type that was added into vscode.d.ts
2 parents cc99387 + d63ed75 commit 41edd98

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)