提交 9aab002d 编写于 作者: J Johannes Rieken

push workaround for ts-loader weirdness

上级 4c452669
......@@ -102,7 +102,7 @@ class VSCodeWorkspaceMarkdownDocumentProvider extends Disposable implements Work
});
}
return Promise.resolve({
return {
uri: resource,
version: 0,
lineCount: lineCount,
......@@ -112,7 +112,7 @@ class VSCodeWorkspaceMarkdownDocumentProvider extends Disposable implements Work
getText: () => {
return text;
}
});
};
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册