-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Test UI update and deprecations #16769
Conversation
d48f08c
to
d115600
Compare
1aaa6bf
to
b1f1ae1
Compare
Co-authored-by: Kim-Adeline Miguel <[email protected]>
5a780ff
to
4c475a6
Compare
Has this fix made it into a release? I am experiencing same kind problem mentioned in comments and would like to get it fixed. Thanks |
@quaesitor-scientiam This was in 2021.09 release. |
Thanks, had a hard time trying to figure that out. |
One more question since this is vscode-python how does it relate to VSCode releases? Need to able to management which release of VSCode to get and approve. |
@quaesitor-scientiam They are unrelated. But since the extension depends on the features exposed by VS Code, we sometimes require a minimum version. For the latest version of the python extension (v2021.11.*), the minimum VS Code version needed is v1.61.0. This is set here Line 41 in 4c4be47
|
Thanks again for the quick reply |
Things in this PR:
Closes #15750 Using new Test UI from VS code:
Closes #10898 Uses VS Code API for over code lenses
Closes #16371 Remove
nose
test support.Closes #1654
Closes #2382
Closes #2644
Closes #2660
Closes #2790
Closes #3062
Closes #3591
Closes #3652
Closes #4469
Closes #4848
Closes #5347
Closes #5417
Closes #5791
Closes #5889
Closes #6787
Closes #7150
Closes #7443
Closes #7870
Closes #8405
Closes #8448
Closes #8675
Closes #8761
Closes #8836
Closes #9026
Closes #9402
Closes #9640
Closes #9854
Closes #10898
Closes #10972
Closes #11864
Closes #11866
Closes #12043
Closes #12218
Closes #12403
Closes #12995
Closes #13147
Closes #13285
Closes #13713
Closes #13916
Closes #15260
Closes #15736
Closes #16371
Closes #16475