Before submitting your bug report
Description
Environment
- Continue: latest
- VS Code on Windows 11
- Files on Debian via SSH Remote
The problem occurs when using VS Code Remote SSH with a Debian remote host. The project files reside on the remote Linux filesystem, so this is not caused by Windows filename handling.
Rule:
---
name: Test
globs:
- docs/**/*.md
---
Expected:
The rule is applied to every Markdown file in docs/, including files whose names contain spaces.
Actual:
The rule is applied to:
- docs/foo.md
- docs/foo_bar.md
But not to:
Even an exact glob does not work:
The rule is not included in the prompt.
Renaming the file to remove the space immediately fixes the issue.
Before submitting your bug report
Description
Environment
The problem occurs when using VS Code Remote SSH with a Debian remote host. The project files reside on the remote Linux filesystem, so this is not caused by Windows filename handling.
Rule:
Expected:
The rule is applied to every Markdown file in docs/, including files whose names contain spaces.
Actual:
The rule is applied to:
But not to:
Even an exact glob does not work:
The rule is not included in the prompt.
Renaming the file to remove the space immediately fixes the issue.