Demo for DavidAnson/vscode-markdownlint#38
- Clone this repo
- Open
README.md
in VSCode. - Press Ctrl+T (Go to Symbol in Workspace)
You should see a lot of hits from vendor
:
Also, the problems panel will show lint results of library files:
All this with just README.md open.
Try the same as above, you should not be getting hits from node_modules
, i.e., everything behaves correctly.