mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
switching to noUnusedLocals : for #37212
This commit is contained in:
@@ -50,11 +50,6 @@ interface Settings {
|
||||
};
|
||||
}
|
||||
|
||||
// @ts-ignore unused type
|
||||
interface JSONSettings {
|
||||
schemas: JSONSchemaSettings[];
|
||||
}
|
||||
|
||||
interface JSONSchemaSettings {
|
||||
fileMatch?: string[];
|
||||
url?: string;
|
||||
|
||||
Reference in New Issue
Block a user