We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc99387 + d63ed75 commit 41edd98Copy full SHA for 41edd98
src/vscode-dts/vscode.d.ts
@@ -4074,27 +4074,6 @@ declare module 'vscode' {
4074
provideDocumentRangeSemanticTokens(document: TextDocument, range: Range, token: CancellationToken): ProviderResult<SemanticTokens>;
4075
}
4076
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
4098
/**
4099
* Value-object describing what options formatting should use.
4100
*/
0 commit comments