mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Acquire a lock before using a certain workspace storage directory and fall back to other directories if necessary
This commit is contained in:
@@ -204,6 +204,8 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme
|
||||
}
|
||||
|
||||
public async deactivateAll(): Promise<void> {
|
||||
this._storagePath.onWillDeactivateAll();
|
||||
|
||||
let allPromises: Promise<void>[] = [];
|
||||
try {
|
||||
const allExtensions = this._registry.getAllExtensionDescriptions();
|
||||
|
||||
Reference in New Issue
Block a user