We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b45751 + 69c57c6 commit 43c585eCopy full SHA for 43c585e
src/cmd/post-list/post-pull.ts
@@ -21,7 +21,7 @@ export async function postPull(input: Post | PostTreeItem | Uri | undefined | nu
21
if (
22
path === undefined ||
23
!(await fsUtil.exists(path)) ||
24
- path.indexOf(WorkspaceCfg.getWorkspaceUri().path) < 0
+ path.indexOf(WorkspaceCfg.getWorkspaceUri().fsPath) < 0
25
) {
26
isFreshPull = true
27
const uri = buildLocalPostFileUri(post, false)
0 commit comments