-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using URIs as much as possible (#9641)
* Partially moved to using URI in some spots * Building, but not fully passing yet * Fix a bunch of unit tests * Fix interpreter hashes and a bunch of other tests * Revert launch.json change * Environment unit test fixup * More path fix ups * All but one unit tests passing * All unit tests passing * Add news entry * Fix unit test failures on linux * Build error * Fix tests on windows * Fix maps/sets of URIs * Fix linter * Another spot we could use the URI * Not an actual URI on disk, but just a file path * More places found * More places found * Fixup unit test on Linux * Put back launch.json (just to cause another CI run) * Try to fix failures on linux * Fix path comparisons * Change ids and add more logging * Python extension is cause of the slowdown * Review feedback, rename path to uri
- Loading branch information
Showing
184 changed files
with
5,566 additions
and
4,433 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Switch to using URIs wherever possible instead of strings for file paths. |
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
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
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
Oops, something went wrong.