提交 54240a7b 编写于 作者: J Johannes Rieken

also add the workspace name, #41408

上级 a1b6fed0
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册