mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Enabling the 'noUnusedLocals' compiler option for extensions
This commit is contained in:
@@ -50,6 +50,7 @@ interface Settings {
|
||||
};
|
||||
}
|
||||
|
||||
// @ts-ignore unused type
|
||||
interface JSONSettings {
|
||||
schemas: JSONSchemaSettings[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user