We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf6efa6 + ea2ad32 commit 697b702Copy full SHA for 697b702
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