Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: imrishav/vscode-python

Tags

2020.8.105369

Toggle 2020.8.105369's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry picks, change log, and version update for point release. (micr…

…osoft#13666)

* Add install telemetry (microsoft#13653)

* Add extension install telemetry.

* Add tests.

* Fix typo

* Fix tests.

* Update comment to reflect what the installed actually does.

* Update change log and version for point release.

2020.8.105045

Toggle 2020.8.105045's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip flaky virtual env tests (microsoft#13650)

* Show the server display string that the user is going to connect to after selecting a compute instance and reloading the window. (microsoft#13600)

* Update "Tip" notification for new users to either show the existing tip, a link to a feedback survey or nothing (microsoft#13554)

* Update vscode-tas-client
* Add experiment group enum
* Add method to retrieve experiment values
* Implementation + tests
* News file
* Update wording of the news entry
* Add telemetry
* More tests
* No opting-in and out of this one
* Don't fetch value if opted out, add tests
* Address comments

* Fix save on close (microsoft#13567)

* Pass model through command instead of URI in order to use directly

* Add a test to verify we don't regress

* Finish fixing tests

* Add news entry

* Fix unit tests

* Update changelog and version for point release.

* Skip workspace virtual env service tests

* Add link to issue for skipping

Co-authored-by: Shantnu Suman <[email protected]>
Co-authored-by: Kim-Adeline Miguel <[email protected]>
Co-authored-by: Rich Chiodo <[email protected]>

2020.8.103604

Toggle 2020.8.103604's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version and change log for bug fix release (microsoft#13537)

* Update LSP to latest to resolve problems with LS settings  (microsoft#13511)

* Fix path

* Actually fix settings

* Add news

* Add test

* Format

* Suppress 'jediEnabled' removal

* Drop survey first launch threshold

* Update LSP to fix issue with settings in MPLS v1

* Add telemetry for `switch to Pylance` acceptance (microsoft#13526)

* Fix path

* Actually fix settings

* Add news

* Add test

* Format

* Suppress 'jediEnabled' removal

* Drop survey first launch threshold

* Initial

* Add test

* PR feedback

* Rename property

* Rename constant

* Define property

* Moar rename

* casing

* Update version and changelogs

* Show status of Jupyter server (Connected/Disconnected) when the user hovers over the status icon (microsoft#13544)

* Update change log with more cherry picks

Co-authored-by: Mikhail Arkhipov <[email protected]>
Co-authored-by: Shantnu Suman <[email protected]>

2020.8.101144

Toggle 2020.8.101144's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Release branch for August Release (microsoft#13401)

* update version number and npm install to update package-lock.json

* update changelog version and date

* update news for changelog.md

* update generated TPN

Co-authored-by: Ian Huff <[email protected]>

2020.7.96456

Toggle 2020.7.96456's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Port fix the gather survey (microsoft#13086) (microsoft#13105)

* Fix the gather survey (microsoft#13086)

* fix the gather survey
added 'gather stats' telemetry
mention the gather comments to update the python ext

* oops

* fix tests and address comments

* update gather stats when resetting the kernel

* set globalstate vars to 0 when we open vs code

* fix gather stats telemetry

* fix tests

* fix tests for real

2020.7.94776

Toggle 2020.7.94776's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update date (microsoft#13002)

2020.6.91350

Toggle 2020.6.91350's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changelog and version (microsoft#12659)

2020.6.90262

Toggle 2020.6.90262's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hot fixes for pylint and jediEnabled issues (microsoft#12556)

* Fix `linting.pylintEnabled` setting check (microsoft#12444)

* Fix `linting.pylintEnabled` setting check
* Use stub instead of handspun variable

* Don't modify LS settings if jediEnabled does not exist (microsoft#12551)

* Update change logs and version

Co-authored-by: Kim-Adeline Miguel <[email protected]>
Co-authored-by: Jake Bailey <[email protected]>

2020.6.89148

Toggle 2020.6.89148's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for hotfix release (microsoft#12447)

* Actually fix user settings for `jediEnabled`. (microsoft#12433)

* Fix path

* Actually fix settings

* Add news

* Add test

* Format

* Suppress 'jediEnabled' removal

* Prapare for point release

Co-authored-by: Mikhail Arkhipov <[email protected]>

2020.6.88468

Toggle 2020.6.88468's commit message
Skip windows flakey tests