Commit 7a296d5
Fix markdownlint negation patterns for fast-glob 3.3.3 compatibility
The @vscode/vsce bump transitively upgrades fast-glob from 3.3.2 to
3.3.3, which changed how negation patterns are resolved against absolute
paths (mrmlnc/fast-glob#441). The pattern `echo ___BEGIN___COMMAND_OUTPUT_MARKER___ ; PS1= ; PS2= ; unset HISTFILE ; EC=0 ; echo ___BEGIN___COMMAND_DONE_MARKER___0 ; }*/node_modules/**` no
longer works when the include pattern uses `../../` traversal.
Fix by matching the negation prefix to the include pattern prefix, i.e.
3.3.3.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9b718bd commit 7a296d5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2047 | 2047 | | |
2048 | 2048 | | |
2049 | 2049 | | |
2050 | | - | |
| 2050 | + | |
2051 | 2051 | | |
2052 | 2052 | | |
2053 | 2053 | | |
| |||
0 commit comments