提交 58b081de 编写于 作者: J Johannes Rieken

fix compile error

上级 8e746dfd
......@@ -35,6 +35,10 @@ export class ExtHostWorkspace extends ExtHostWorkspaceShape {
// --- workspace ---
get workspace(): Workspace {
return this._workspace;
}
getRoots(): URI[] {
if (!this._workspace) {
return undefined;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册