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
Accelerator
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 }}
techwithtim
/
vscode-python
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
7
Star
26
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
vscode-python
src
on
changes
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 10, 2020
fixed test
techwithtim
committed
bf0530d
View commit details
Copy full SHA for bf0530d
View code at this point
Browse repository at this point
removed unused types
techwithtim
committed
1656926
View commit details
Copy full SHA for 1656926
View code at this point
Browse repository at this point
removed unused action
techwithtim
committed
5795b9f
View commit details
Copy full SHA for 5795b9f
View code at this point
Browse repository at this point
made export to temp file first
techwithtim
committed
b8e298d
View commit details
Copy full SHA for b8e298d
View code at this point
Browse repository at this point
changed deleting method
techwithtim
committed
89c1b75
View commit details
Copy full SHA for 89c1b75
View code at this point
Browse repository at this point
removed monaco editor import
techwithtim
committed
a2d70d7
View commit details
Copy full SHA for a2d70d7
View code at this point
Browse repository at this point
some small fixes
techwithtim
committed
07a9e47
View commit details
Copy full SHA for 07a9e47
View code at this point
Browse repository at this point
made export cancellable
techwithtim
committed
cab6f77
View commit details
Copy full SHA for cab6f77
View code at this point
Browse repository at this point
Add trust feature for VS Code Notebooks (#12818)
DonJayamanne
authored
aba1d20
View commit details
Copy full SHA for aba1d20
View code at this point
Browse repository at this point
Fixes to exporting of notebook to html (#12882)
Show description for 9e4e356
DonJayamanne
authored
9e4e356
View commit details
Copy full SHA for 9e4e356
View code at this point
Browse repository at this point
Ability to export VS Code Native notebooks (#12879)
DonJayamanne
authored
336842b
View commit details
Copy full SHA for 336842b
View code at this point
Browse repository at this point
Revert settings changes when opting out of Native NB Experiment (#12852)
Show description for 4355ac2
DonJayamanne
authored
4355ac2
View commit details
Copy full SHA for 4355ac2
View code at this point
Browse repository at this point
Commits on Jul 9, 2020
Use python execution service, not general process execution service for non-daemon raw start. (#12846)
IanMatthewHuff
authored
2ce96b0
View commit details
Copy full SHA for 2ce96b0
View code at this point
Browse repository at this point
Reduce visual complexity of trust prompt (#12839)
joyceerhl
authored
7b5e0bc
View commit details
Copy full SHA for 7b5e0bc
View code at this point
Browse repository at this point
Include notebook renderers in extension (#12793)
DonJayamanne
authored
eb6bb49
View commit details
Copy full SHA for eb6bb49
View code at this point
Browse repository at this point
Update model.isTrusted on trust change (#12820)
joyceerhl
authored
d029820
View commit details
Copy full SHA for d029820
View code at this point
Browse repository at this point
Commits on Jul 8, 2020
Fix nightly data science IOC container and fix service spelling (#12810)
IanMatthewHuff
authored
01e6cf1
View commit details
Copy full SHA for 01e6cf1
View code at this point
Browse repository at this point
Changed default save name when exporting from interactive window (#12815)
Show description for 6bd129a
techwithtim
authored
6bd129a
View commit details
Copy full SHA for 6bd129a
View code at this point
Browse repository at this point
Add trusted notebooks tests (#12799)
Show description for e6de57c
joyceerhl
authored
e6de57c
View commit details
Copy full SHA for e6de57c
View code at this point
Browse repository at this point
PyEnvs: Register proxies with the DI framework to replace @injectable usage. (#12795)
Show description for 3016ad8
Eric Snow
authored
3016ad8
View commit details
Copy full SHA for 3016ad8
View code at this point
Browse repository at this point
Removed svg output from notebooks when exporting to PDF (#12794)
Show description for fdbc380
techwithtim
authored
fdbc380
View commit details
Copy full SHA for fdbc380
View code at this point
Browse repository at this point
Ability to show/hide interpreter stastubar (#12807)
DonJayamanne
authored
9467db4
View commit details
Copy full SHA for 9467db4
View code at this point
Browse repository at this point
Fixes related to clearing cells in notebooks (#12801)
Show description for 2c1a212
DonJayamanne
authored
2c1a212
View commit details
Copy full SHA for 2c1a212
View code at this point
Browse repository at this point
Enable logging in DS tests (#12710)
DonJayamanne
authored
2a71518
View commit details
Copy full SHA for 2a71518
View code at this point
Browse repository at this point
Show a prompt asking user to upgrade Code runner to new version to keep using it when in Deprecate PythonPath experiment (#12765)
Kartik Raj
authored
d1adbf8
View commit details
Copy full SHA for d1adbf8
View code at this point
Browse repository at this point
Work around double paste problem (#12800)
Show description for 9c555f7
rchiodo
authored
9c555f7
View commit details
Copy full SHA for 9c555f7
View code at this point
Browse repository at this point
Commits on Jul 7, 2020
Disable changing kernel if notebook is untrusted (#12769)
joyceerhl
authored
fa9171c
View commit details
Copy full SHA for fa9171c
View code at this point
Browse repository at this point
Simplify interpreter filter (#12792)
karthiknadig
authored
37c7bef
View commit details
Copy full SHA for 37c7bef
View code at this point
Browse repository at this point
Remove gather from the Python Extension (#12607)
Show description for c2cda3d
David Kutugata
authored
c2cda3d
View commit details
Copy full SHA for c2cda3d
View code at this point
Browse repository at this point
check JUPYTER_PATH on kernel finder (#12768)
Show description for 90628a7
David Kutugata
authored
90628a7
View commit details
Copy full SHA for 90628a7
View code at this point
Browse repository at this point
Log experiments run via ExP in the output panel (#12742)
Show description for a2d6ac7
kimadeline
authored
a2d6ac7
View commit details
Copy full SHA for a2d6ac7
View code at this point
Browse repository at this point
Consolidate python envs component registration (#12776)
Show description for 8894487
karthiknadig
authored
8894487
View commit details
Copy full SHA for 8894487
View code at this point
Browse repository at this point
Auto open the variable explorer when doing run by line (#12777)
Show description for 05911c8
rchiodo
authored
05911c8
View commit details
Copy full SHA for 05911c8
View code at this point
Browse repository at this point
Don't indicate dirty when trust changes (#12758)
joyceerhl
authored
ed125d5
View commit details
Copy full SHA for ed125d5
View code at this point
Browse repository at this point
Ensure we only have a single isort process running on a single file (#12728)
Show description for e5e5417
Kartik Raj
authored
e5e5417
View commit details
Copy full SHA for e5e5417
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.