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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proposed API to specific workspace-specific environment variables via EnvironmentVariableCollection #179323
Add proposed API to specific workspace-specific environment variables via EnvironmentVariableCollection #179323
Changes from all commits
76a7d03
72d1a8e
c92e48e
6d93a72
69b6e83
aa8c153
b02d273
422a0f3
1ada816
7a91afc
251e624
6500583
1f3fdad
b95214a
8c3884b
ecfcc30
22631c1
ba75724
83f9805
5a24e05
c6e7611
1453621
53d6c18
f60a941
653cafb
03de27d
4170fe5
bd4e21a
0e68130
2b37e8e
2859ba1
1b0ab36
87f4291
b68f2e5
6ef9770
0cdf68c
9746949
3b0ac4b
a3d0107
028ebcb
fcde0a7
1fc1fb1
baca51c
ecb6c8a
b9ec13d
1736cb1
fe8176d
37dae98
30fd6e0
606c2db
ae4c38e
305b419
ce77032
d50e185
ac3d156
0dc2f48
81f2173
be89fd2
3c70889
2b2b5f0
50408e1
4176a47
9d68cc5
69e919c
d3b1c67
39da375
9e4fa31
54965bb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then you can remove all of the
environmentVariableCollections: undefined
from
vscode/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts
Lines 13 to 16 in 0dc2f48
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not miss to pass
workspaceFolder
when usingITerminalProcessOptions
, so I don't think making it optional for sake of tests is the best approach.