CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 22:33:36 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"4d6cc4d25616b1f5f0a469b96135792c"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=tlWyDBKJhoCylg2BlSnC76UbS9E4w9wO%2FHkJ%2F1B6CsIJZvfEKNnW7EbJ6fm3gz2lrRTiTi6%2FrWJJ9rfdyYGyB3q9W9%2BPMYqC5%2FGnM5MNAkQrAq9LqvEk9Tndb6qa1Az4tldads8HoydkqZ5jbmVk2X%2FfSR7mweZ5FUwKhPip%2BDk8NkPRCE8eyakJbLJgw%2FQohahp5zH5JcRZorcAJ48H%2BYlTOifRptxIJIFh0cdmwFnsN8eUzx7Aqjdiu%2FDIxm7TIYCWPkQryAYnt8h5ePIkZw%3D%3D--uYw%2BuFWCsmwPaN%2BF--pjmqTXLaVOBybz4NEWeI7w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1273122348.1753482815; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 22:33:35 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 22:33:35 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D5EC:2787D3:12424A:19BCCD:6884063F
Release 2021.10.1317843341 · microsoft/vscode-python · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
2021.10.1317843341
Compare
6ba6949
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
2021.10.0 (7 October 2021)
Enhancements
- Set the default value of
python.linting.pylintEnabled
tofalse
.
(#3007) - Phase out Jedi 0.17, and use Jedi behind a language server protocol as the Jedi option. Remove Jedi-related settings
python.jediMemoryLimit
andpython.jediPath
, since they are not used with the new language server implementation.
(#11995) - Add support for dynamic updates in interpreter list.
(#17043) - Query for fresh workspace envs when auto-selecting interpreters in a new workspace.
(#17264) - Increase Microsoft Python Language Server deprecation prompt frequency and update wording.
(#17361) - Remove "The Python extension will have limited support for Python 2.7 in the next release" notification.
(#17451) - Added non-blocking discovery APIs for Jupyter.
(#17452) - Resolve environments using cache if cache has complete env info.
(#17474) - Ensure debugger contribution points are turned off when using virtual workspaces.
(#17493) - Display a notification about the end of Jedi support when using Python 2.7.
(#17512) - If user has selected an interpreter which is not discovery cache, correctly add it to cache.
(#17575) - Update to latest version of Jedi LS.
(#17591) - Update to
vscode-extension-telemetry
0.4.2.
(#17608)
Fixes
- Don't override user provided
--rootdir
in pytest args.
(#8678) - Don't log error during settings migration if settings.json doesn't exist.
(#11354) - Fix casing of text in
unittest
patterns quickpick.
(thanks Anupama Nadig)
(#17093) - Use quickpick details for the "Use Python from
python.defaultInterpreterPath
setting" entry.
(#17124) - Fix refreshing progress display in the status bar.
(#17338) - Ensure we do not start a new discovery for an event if one is already scheduled.
(#17339) - Do not display workspace related envs if no workspace is open.
(#17358) - Ensure we correctly evaluate Unknown type before sending startup telemetry.
(#17362) - Fix for unittest discovery failure due to root id mismatch.
(#17386) - Improve pattern matching for shell detection on Windows.
(thanks Erik Demaine)
(#17426) - Changed the way of searching left bracket
[
in case of subsets of tests.
(thanks ilexei)
(#17461) - Fix hang caused by loop in getting interpreter information.
(#17484) - Ensure database storage extension uses to track all storages does not grow unnecessarily.
(#17488) - Ensure all users use new discovery code regardless of their experiment settings.
(#17563) - Add timeout when discovery runs
conda info --json
command.
(#17576) - Use
conda-forge
channel when installing packages into conda environments.
(#17628)
Code Health
- Remove support for
rope
. Refactoring now supported via language servers.
(#10440) - Remove
pylintMinimalCheckers
setting. Syntax errors now reported via language servers.
(#13321) - Remove
ctags
support. Workspace symbols now supported via language servers.
(#16063) - Fix linting for some files in .eslintignore.
(#17181)
Assets 3
You can’t perform that action at this time.