mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
also add the workspace name, #41408
This commit is contained in:
@@ -106,7 +106,10 @@ class ExtensionStoragePath {
|
||||
await mkdirp(storagePath);
|
||||
await writeFile(
|
||||
join(storagePath, 'meta.json'),
|
||||
JSON.stringify({ id: this._workspace.id })
|
||||
JSON.stringify({
|
||||
id: this._workspace.id,
|
||||
name: this._workspace.name
|
||||
}, undefined, 2)
|
||||
);
|
||||
return storagePath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user