-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
joinPath
returning bad value on Windows (#10434)
- Use `posix.join` instead of `resolve` - Inconsistency between `joinPath` naming convention - Use POSIX separator to store path - Resolve to windows path when using fsPath - Added test suite accordingly
- Loading branch information
1 parent
52a6529
commit e2d8dc4
Showing
2 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters