We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d699df commit ea2ad32Copy full SHA for ea2ad32
1 file changed
src/vs/platform/storage/node/storageService.ts
@@ -263,7 +263,7 @@ export class NativeStorageService extends Disposable implements IStorageService
263
264
async migrate(toWorkspace: IWorkspaceInitializationPayload): Promise<void> {
265
if (this.workspaceStoragePath === SQLiteStorageDatabase.IN_MEMORY_PATH) {
266
- return Promise.resolve(); // no migration needed if running in memory
+ return; // no migration needed if running in memory
267
}
268
269
// Close workspace DB to be able to copy
0 commit comments