This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Commit d1c72e2
committed
Fix path handling in VSCode extension findReferences
- Use Node.js path.isAbsolute() and path.resolve() for proper cross-platform path handling
- Convert to vscode.Uri.file() instead of using vscode.Uri.joinPath() with absolute paths
- Fixes path duplication bug that was causing findReferences to fail
Resolves path resolution issues in IDE interface MCP tool.1 parent d73536b commit d1c72e2
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| 524 | + | |
| 525 | + | |
524 | 526 | | |
525 | 527 | | |
526 | | - | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
527 | 531 | | |
528 | 532 | | |
529 | 533 | | |
| |||
0 commit comments