Merged
Changes from 1 commit
Show all changes
8 commitsSelect commit Hold shift + click to select a range
abb5ef6
Use untildify for ~ in `cwd` and `additionalPowerShellExes`
andyleejordan0094d35
Add tests for `validateCwdSetting`
andyleejordanaa6dd8e
Stop using `this.sessionSettings.cwd` directly
andyleejordane3743c5
Support relative paths in `cwd` and add `getChosenWorkspace`
andyleejordanb98320e
Fix up settings tests and add test for `cwd` relative path support
andyleejordanc0594bd
Handle cwd relative to workspace and named folders
andyleejordanfe8cc41
Add prompt to save multi-root workspace choice to `cwd`
andyleejordan4832287
Increase unit test timeout to 10 minutes
andyleejordanFile filter
Filter by extension
Conversations
Failed to load comments.
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Failed to load files.
Uh oh!
There was an error while loading. Please reload this page.
Next Next commit
Use untildify for ~ in
cwd
and additionalPowerShellExes
This makes them way less annoying. I'm ok taking a dependency on untildify as it's a very simple package, and the Python extension for VS Code also uses it. However, it must remain at v4.0.0, as the latest version, v5.0.0, is pure ESM and therefore cannot be loaded by VS Code. https://.com/sindresorhus/untildify/releases/tag/v5.0.0
- Loading branch information
Uh oh!
There was an error while loading. Please reload this page.
commit abb5ef65f045265a4e223031198960f22eda1399
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.