You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use path.join for cross-platform test compatibility
The extension uses path.relative() which returns OS-native separators.
On Windows this produces backslashes (src\sample.ts) while the tests
were hardcoding forward slashes (src/sample.ts), causing path comparison
failures in CI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments