forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
dont automatically inject PYTHONSTARTUP #24346
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
Merged
Merged
Changes from 34 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
154a3e2
dont automatically inject pystartup
anthonykim1 377e700
create test to make sure PYTHONSTARTUP not auto injected
anthonykim1 d60f310
make compiler happy
anthonykim1 6d8ba24
compile
anthonykim1 37cd45b
make sure to be safe when checking for property potentitally empty
anthonykim1 fbcebd2
what is going on with timeout
anthonykim1 1bbd0bc
try with done() ?
anthonykim1 3aa86bf
is it because of experiment value
anthonykim1 5f53706
try adding async and see if that helps
anthonykim1 d327903
try to add more test
anthonykim1 2db9394
adjust timeout to see if it helps with potential race condition
anthonykim1 8b5eeb0
parenthesis
anthonykim1 7c0b405
add condition in executeCommand in case onDidEndTerminalShellExecutio…
anthonykim1 0ccb053
remove wrong test
anthonykim1 40ff863
env should be undefined if not explicitly passed in
anthonykim1 7dd3f83
add comment
anthonykim1 3c3bfc9
allow smoke test on windows
anthonykim1 c1a51ad
reduce to 5 second
anthonykim1 4ea5c67
fix after feedback
anthonykim1 8fb2e24
fix test, {} to undefined
anthonykim1 83dbb90
set default shell to pwsh
anthonykim1 2f3e787
passing on local, fail on CI - try longer time
anthonykim1 eaa78f2
try increasing time
anthonykim1 d12ae35
make sure shell integration is disabled on smart send smoke test
anthonykim1 f7f8ef6
setting to make sure to enable REPLSmartSend
anthonykim1 6b4b097
add log to debug in CI
anthonykim1 edb91ba
try different way in service,ts
anthonykim1 eaaf338
more descriptive comment, ensure env is only passed in when setting e…
anthonykim1 de99824
clean up
anthonykim1 dbb2e2a
clean up
anthonykim1 038c98e
add TODO for future
anthonykim1 aa07144
improve comment
anthonykim1 490ef8b
update comment
anthonykim1 c896ce7
reset to original timeout number
anthonykim1 59a3116
remove unncessary exitcode promise
anthonykim1 4fd5369
add _shellIntegrationEnabled
anthonykim1 b40f53f
add _terminalFirstLaunched field to not call onDidChangeTerminalShell…
anthonykim1 e527be7
add log for executeCommand
anthonykim1 446e95c
remove unused
anthonykim1 1435329
remove unnecessary comment
anthonykim1 12f7b3e
make smoke test use pwsh
anthonykim1 4a2a5d0
stop complaining about unknown import
anthonykim1 c56fb61
append to standardTest to update setting
anthonykim1 d4b0227
no more importing vscode
anthonykim1 9e0d33d
dont add setting programmatically for smoke test
anthonykim1 6fba2a8
clean up
anthonykim1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
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.