We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c783f49 commit 1e08f99Copy full SHA for 1e08f99
1 file changed
src/vs/platform/storage/node/storageService.ts
@@ -81,7 +81,7 @@ export class StorageService extends Disposable implements IStorageService {
81
82
const useInMemoryStorage = !!this.environmentService.extensionTestsLocationURI; // no storage during extension tests!
83
84
- // Create workspace storage and initalize
+ // Create workspace storage and initialize
85
mark('willInitWorkspaceStorage');
86
try {
87
await this.createWorkspaceStorage(useInMemoryStorage ? SQLiteStorageDatabase.IN_MEMORY_PATH : join(result.path, StorageService.WORKSPACE_STORAGE_NAME), result.wasCreated ? StorageHint.STORAGE_DOES_NOT_EXIST : undefined).init();
0 commit comments