question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No such file: "...\markdownlint-config-schema.json"

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
KillyMXIcommented, Jun 9, 2021

I’ve just checked it, and the issue only appears in 0.42.0. Version 0.41.1 seems fine.

0reactions
DavidAnsoncommented, Jun 10, 2021

Confirmed: vsce stopped including node_modules/markdownlint/schema/markdownlint-config-schema.json in the package between 1.91.0 and 1.92.0. They don’t seem to have a changelog, so it’s hard to say why. I’ll fix this shortly.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found