Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
anthonykim1
/
vscode-python
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
3
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
pythonStartupSetting
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 18, 2024
separate out pythonStartup as a function not class
anthonykim1
committed
1cd461a
View commit details
Copy full SHA for 1cd461a
Browse repository at this point
Commits on Sep 17, 2024
rename nls description properly to repl.enableShellIntegration
anthonykim1
committed
76a6a48
View commit details
Copy full SHA for 76a6a48
Browse repository at this point
clean up
anthonykim1
committed
a50490f
View commit details
Copy full SHA for a50490f
Browse repository at this point
remove unused comment
anthonykim1
committed
7bdc4b5
View commit details
Copy full SHA for 7bdc4b5
Browse repository at this point
fix test to add enableShellIntegration field to make test happy
anthonykim1
committed
44b156e
View commit details
Copy full SHA for 44b156e
Browse repository at this point
renaming legacy shellIntegrationService to shellIntegrationDetectionService
anthonykim1
committed
6f544bf
View commit details
Copy full SHA for 6f544bf
Browse repository at this point
rename to python repl enableShellIntegration
anthonykim1
committed
327662e
View commit details
Copy full SHA for 327662e
Browse repository at this point
Update package.nls.json
Show description for 7b7183c
anthonykim1
and
cwebster-99
authored
7b7183c
View commit details
Copy full SHA for 7b7183c
Browse repository at this point
Commits on Sep 16, 2024
better name better description
anthonykim1
committed
8e8dd18
View commit details
Copy full SHA for 8e8dd18
Browse repository at this point
remove comment
anthonykim1
committed
99fc20c
View commit details
Copy full SHA for 99fc20c
Browse repository at this point
Commits on Sep 15, 2024
IPythonStartupEnvVarService to serviceRegistry test
anthonykim1
committed
3b9f82d
View commit details
Copy full SHA for 3b9f82d
Browse repository at this point
unused
anthonykim1
committed
d85a4c0
View commit details
Copy full SHA for d85a4c0
Browse repository at this point
ShellIntegrationDetectionService not IShellIntegrationDetectionService unit test
anthonykim1
committed
677b620
View commit details
Copy full SHA for 677b620
Browse repository at this point
always clean up
anthonykim1
committed
02f4dc4
View commit details
Copy full SHA for 02f4dc4
Browse repository at this point
comment
anthonykim1
committed
4c663c3
View commit details
Copy full SHA for 4c663c3
Browse repository at this point
add setting to toggle exporting of pythonstartup
anthonykim1
committed
4412586
View commit details
Copy full SHA for 4412586
Browse repository at this point
dont limit to clearing only PS1 and PATH
anthonykim1
committed
a19d77c
View commit details
Copy full SHA for a19d77c
Browse repository at this point
enable SI when typing Python in terminal
anthonykim1
committed
e8dc28c
View commit details
Copy full SHA for e8dc28c
Browse repository at this point
Commits on Sep 13, 2024
Enable proposed APIs for `codeActionAI` (#24108)
Show description for 144ecf6
StellaHuang95
authored
144ecf6
View commit details
Copy full SHA for 144ecf6
Browse repository at this point
Add `uv.lock` to file associations (#23991)
Show description for 0ae1a5d
edgarrmondragon
authored
0ae1a5d
View commit details
Copy full SHA for 0ae1a5d
Browse repository at this point
Commits on Sep 12, 2024
Switch over to executeCommand from sendText (#24078)
Show description for 216c7ed
anthonykim1
authored
216c7ed
View commit details
Copy full SHA for 216c7ed
Browse repository at this point
Commits on Sep 11, 2024
Revert "Do not truncate whitespace for multi-line string" (#24096)
Show description for 6578d9d
anthonykim1
authored
6578d9d
View commit details
Copy full SHA for 6578d9d
Browse repository at this point
Commits on Sep 9, 2024
Update engine version to match LSP client (#24065)
Show description for 08e7fdf
rchiodo
and
karthiknadig
authored
08e7fdf
View commit details
Copy full SHA for 08e7fdf
Browse repository at this point
Commits on Sep 6, 2024
Stable extension builds using `pet` from Azure Feed (#24063)
karthiknadig
authored
34dac5c
View commit details
Copy full SHA for 34dac5c
Browse repository at this point
Better messaging for tests output in virtual or untrusted scenario (#24060)
karthiknadig
authored
223eca9
View commit details
Copy full SHA for 223eca9
Browse repository at this point
Commits on Sep 5, 2024
Download `pet` from azure pipeline build (#24052)
karthiknadig
authored
e3a7c7a
View commit details
Copy full SHA for e3a7c7a
Browse repository at this point
switch to using temp file for test_ids (#24054)
Show description for ef7c7e3
eleanorjboyd
and
karthiknadig
authored
ef7c7e3
View commit details
Copy full SHA for ef7c7e3
Browse repository at this point
Commits on Sep 4, 2024
Remove use of mocked output channel in virtual workspace (#24051)
karthiknadig
authored
e694910
View commit details
Copy full SHA for e694910
Browse repository at this point
Fix failing multiroot test (#24049)
Show description for 3343560
rchiodo
authored
3343560
View commit details
Copy full SHA for 3343560
Browse repository at this point
Commits on Sep 3, 2024
fix django manage.py path validation (#24019)
Show description for 884efad
eleanorjboyd
authored
884efad
View commit details
Copy full SHA for 884efad
Browse repository at this point
Update `main` to next pre-release version (#24043)
karthiknadig
authored
d9c0ce1
View commit details
Copy full SHA for d9c0ce1
Browse repository at this point
Version updates for Python Extension Release 2024.14.0 (#24040)
karthiknadig
authored
eb0ed8e
View commit details
Copy full SHA for eb0ed8e
Browse repository at this point
Commits on Aug 26, 2024
Correctly track native REPL state (#23997)
Show description for 7ccf01e
anthonykim1
authored
7ccf01e
View commit details
Copy full SHA for 7ccf01e
Browse repository at this point
Fix stop sending double telemetry for Terminal REPL (#23995)
Show description for 61bc2d5
anthonykim1
authored
61bc2d5
View commit details
Copy full SHA for 61bc2d5
Browse repository at this point
Bump elliptic from 6.5.4 to 6.5.7 (#23986)
Show description for 460f623
dependabot[bot]
authored
460f623
View commit details
Copy full SHA for 460f623
Browse repository at this point
Previous
Next
You can’t perform that action at this time.