ResolverError and .remarkrc file not working on VSCode Windows #29
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
I believe I have encountered a path resolving issue with remark-lint-frontmatter-schema on VSCode Windows (v1.84.2).
I am using a VSCode test profile with only vscode-remark extension (v2.1.0) installed.
Here's how the bug is produced:
pnpm install remark ...
code --install-extension ...
./.remarkrc.mjs
content
folder md files to observe the bug behaviour:behind-the-gare-st-lazare__local-broken.md
file gives an errorhowever, if the
'$schema'
parameter is set to./content/creative-work.schema.yaml
, the linting worksThe
the-shipwreck__global-broken.md
file does not report any linting error when opened. When'$schema': ./content/creative-work.schema.yaml
is pasted, the linting problems show up.There is no mentioning of whether the
.remarkrc.mjs
file was loaded correctly - there was no error message, but when I supply a wrong schema path or target path, it still does not produce any error message.This is my pnpm-lock file, hope it helps figuring out what went wrong.
The text was updated successfully, but these errors were encountered: