mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
another try, #41408
This commit is contained in:
@@ -109,7 +109,7 @@ class ExtensionStoragePath {
|
||||
join(storagePath, 'meta.json'),
|
||||
JSON.stringify({
|
||||
id: this._workspace.id,
|
||||
configuration: URI.revive(this._workspace.configuration).toString(),
|
||||
configuration: this._workspace.configuration && URI.revive(this._workspace.configuration).toString(),
|
||||
name: this._workspace.name
|
||||
}, undefined, 2)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user