mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
storage - remove unused code
This commit is contained in:
@@ -263,7 +263,7 @@ export class NativeStorageService extends Disposable implements IStorageService
|
||||
|
||||
async migrate(toWorkspace: IWorkspaceInitializationPayload): Promise<void> {
|
||||
if (this.workspaceStoragePath === SQLiteStorageDatabase.IN_MEMORY_PATH) {
|
||||
return Promise.resolve(); // no migration needed if running in memory
|
||||
return; // no migration needed if running in memory
|
||||
}
|
||||
|
||||
// Close workspace DB to be able to copy
|
||||
|
||||
Reference in New Issue
Block a user