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 Interactive REPL Experiment #23235
Add Interactive REPL Experiment #23235
Changes from all commits
51b5f8e
51278d5
8dbbd05
5b76e4a
e92c539
bc15f8f
200ca1a
416ea96
71d3e22
a2208ca
c8a9b35
66515c6
2fede16
0f1488c
c3a3028
293a476
3b38072
e248afd
f329dd1
0bb23cf
19cee66
a4f7783
7258a5f
b6a8229
9f5deae
03062bd
bc9637c
fa76d00
6ff2dce
b8e8fb0
ed65b3a
1a378bb
a11c1c7
d9ba156
ea55d8b
da93090
c7f5372
289edb6
19e73b1
03d6ed3
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.
legacy IOC? is there a newer one to use?
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.
Usually in other files in Python extension if we were to use serviceContainer, we access it via IServiceContainer, which we still could I believe if we register the REPL command in other file? I just thought extensionActivation was the best place to register command and read experiment service since it seemed like the fastest/prioritized when extension loads.