mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
This commit is contained in:
@@ -59,7 +59,7 @@ namespace ResultLimitReachedNotification {
|
||||
interface Settings {
|
||||
json?: {
|
||||
schemas?: JSONSchemaSettings[];
|
||||
format?: { enable: boolean; };
|
||||
format?: { enable: boolean };
|
||||
resultLimit?: number;
|
||||
};
|
||||
http?: {
|
||||
@@ -96,7 +96,7 @@ export type LanguageClientConstructor = (name: string, description: string, clie
|
||||
|
||||
export interface Runtime {
|
||||
schemaRequests: SchemaRequestService;
|
||||
telemetry?: TelemetryReporter
|
||||
telemetry?: TelemetryReporter;
|
||||
}
|
||||
|
||||
export interface SchemaRequestService {
|
||||
|
||||
Reference in New Issue
Block a user