Initial checklist
Affected packages and versions
MDX VS Code Extension v1.8.9
Link to runnable example
No response
Steps to reproduce
- Open
app/message.mdx in the reproduction repo (code below)
- Observe that none of the 4 "incorrect path" permutations for the non-existent file
mdx2.png report any diagnostics (both images and links, relative paths starting with ./ and "bare" paths without any ./)
## Links
[link relative](./mdx.png) and [link bare](mdx.png)
[link relative - incorrect path](./mdx2.png) and [link bare - incorrect path](mdx2.png)
## Images
 and 
 and 

Expected behavior
Diagnostics and problems should be reported for non-existent files when mdx.validate.validateFileLinks is set to hint, warning or error
Actual behavior
Diagnostics and problems are not reported for non-existent files when mdx.validate.validateFileLinks is set to hint, warning or error
Runtime
No response
Package manager
No response
OS
macOS
Build and bundle tools
No response
Initial checklist
Affected packages and versions
MDX VS Code Extension v1.8.9
Link to runnable example
No response
Steps to reproduce
app/message.mdxin the reproduction repo (code below)mdx2.pngreport any diagnostics (both images and links, relative paths starting with./and "bare" paths without any./)Expected behavior
Diagnostics and problems should be reported for non-existent files when
mdx.validate.validateFileLinksis set tohint,warningorerrorActual behavior
Diagnostics and problems are not reported for non-existent files when
mdx.validate.validateFileLinksis set tohint,warningorerrorRuntime
No response
Package manager
No response
OS
macOS
Build and bundle tools
No response