No such file: "...\markdownlint-config-schema.json"
See original GitHub issueI get this warning when opening .markdownlint.json
or .markdownlint-cli2.jsonc
:
Problems loading reference 'file:///c%3A/Users/.../.vscode/extensions/davidanson.vscode-markdownlint-0.42.0/node_modules/markdownlint/schema/markdownlint-config-schema.json':
Unable to load schema from 'c:\Users\...\.vscode\extensions\davidanson.vscode-markdownlint-0.42.0\node_modules\markdownlint\schema\markdownlint-config-schema.json':
ENOENT: no such file or directory, open 'c:\Users\...\.vscode\extensions\davidanson.vscode-markdownlint-0.42.0\node_modules\markdownlint\schema\markdownlint-config-schema.json'.(768)
and no autocompletion inside the config
section.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
markdownlint/markdownlint-config-schema.json at main - GitHub
A Node.js style checker and lint tool for Markdown/CommonMark files. - markdownlint/markdownlint-config-schema.json at main · DavidAnson/markdownlint.
Read more >Guide To JSON Schema - HailBytes
JSON Schema provides structure to the JSON objects you're using in your day-to-day applications. Learn about JSON Schema and validate with our free...
Read more >vscode-markdownlint - Bountysource
Today I created a file named xxx(1).md and I found no warnings in this file anymore ... Currently, .markdownlint.json config files have JSON...
Read more >Newtonsoft - JSON Schema Validator
An online, interactive JSON Schema validator. Supports JSON Schema Draft 3, Draft 4, Draft 6, Draft 7 and Draft 2019-09. Select schema:.
Read more >A Node.js Style Checker And Lint Tool For Markdown ... - Morioh
The CommonMark specification standardizes parsers - but not authors. ... See markdownlint-config-schema.json for the JSON Schema of the options.config ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve just checked it, and the issue only appears in 0.42.0. Version 0.41.1 seems fine.
Confirmed:
vsce
stopped includingnode_modules/markdownlint/schema/markdownlint-config-schema.json
in the package between1.91.0
and1.92.0
. They don’t seem to have a changelog, so it’s hard to say why. I’ll fix this shortly.