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.
1 parent 0940fb7 commit f3f1510Copy full SHA for f3f1510
Extension/src/main.ts
@@ -185,9 +185,6 @@ async function offlineInstallation(info: PlatformInformation): Promise<void> {
185
setInstallationStage('cleanUpUnusedBinaries');
186
await cleanUpUnusedBinaries(info);
187
188
- setInstallationStage('cleanUpUnusedBinaries');
189
- await cleanUpUnusedBinaries(info);
190
-
191
setInstallationStage('makeBinariesExecutable');
192
await makeBinariesExecutable();
193
0 commit comments