mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
Auto let -> const and auto mark privates as readonly in vs/code
This commit is contained in:
@@ -104,7 +104,7 @@ export class Main {
|
||||
}
|
||||
|
||||
private async installExtensions(extensions: string[], force: boolean): Promise<void> {
|
||||
let failed: string[] = [];
|
||||
const failed: string[] = [];
|
||||
for (const extension of extensions) {
|
||||
try {
|
||||
await this.installExtension(extension, force);
|
||||
|
||||
Reference in New Issue
Block a user