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 }}
HHtiger
/
pythonVSCode
Public
forked from
DonJayamanne/pythonVSCode
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
pythonVSCode
src
client
datascience
on
temp
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 21, 2020
Find interpreter based on hash in kernelspec of nb metadata (#13856)
DonJayamanne
authored
da38997
View commit details
Copy full SHA for da38997
View code at this point
Browse repository at this point
Commits on Sep 18, 2020
Fix backup storage by looking at the options correctly (#13983)
Show description for 245f393
rchiodo
authored
245f393
View commit details
Copy full SHA for 245f393
View code at this point
Browse repository at this point
Commits on Sep 17, 2020
Disable split views of custom editors (#13985)
DonJayamanne
authored
10b8965
View commit details
Copy full SHA for 10b8965
View code at this point
Browse repository at this point
Extension API to return path to debugpy for DS (#13973)
DonJayamanne
authored
7a86cf0
View commit details
Copy full SHA for 7a86cf0
View code at this point
Browse repository at this point
Fix kernel and server name missing in certain situations (#13974)
Show description for 89b47a0
rchiodo
authored
89b47a0
View commit details
Copy full SHA for 89b47a0
View code at this point
Browse repository at this point
Fix installing ipykernel into interpreters for raw kernel (#13959)
IanMatthewHuff
authored
a7c3b7f
View commit details
Copy full SHA for a7c3b7f
View code at this point
Browse repository at this point
Extension api for DataScience (#13923)
Show description for 7b3b541
DonJayamanne
authored
7b3b541
View commit details
Copy full SHA for 7b3b541
View code at this point
Browse repository at this point
Commits on Sep 14, 2020
removed experiment code and extra setting (#13900)
Show description for ea59b9f
David Kutugata
authored
ea59b9f
View commit details
Copy full SHA for ea59b9f
View code at this point
Browse repository at this point
Commits on Sep 11, 2020
Turn on custom editor inside of stable for 20% of users (#13894)
rchiodo
authored
0c70ca8
View commit details
Copy full SHA for 0c70ca8
View code at this point
Browse repository at this point
Draft for gather extensibility point (#13672)
Show description for c9f2d9c
David Kutugata
authored
c9f2d9c
View commit details
Copy full SHA for c9f2d9c
View code at this point
Browse repository at this point
Commits on Sep 10, 2020
PDF with zero bytes should show an error (#13870)
Show description for f805585
rchiodo
authored
f805585
View commit details
Copy full SHA for f805585
View code at this point
Browse repository at this point
Commits on Sep 9, 2020
Static analysis cleanup (#13852)
Show description for ff48815
karthiknadig
authored
ff48815
View commit details
Copy full SHA for ff48815
View code at this point
Browse repository at this point
Fix git diff detection code (#13851)
joyceerhl
authored
44d9c80
View commit details
Copy full SHA for 44d9c80
View code at this point
Browse repository at this point
Fix nyc compile errors (#13840)
Show description for 6741162
rchiodo
authored
6741162
View commit details
Copy full SHA for 6741162
View code at this point
Browse repository at this point
Commits on Sep 8, 2020
Update notebook API with latest changes (#13836)
DonJayamanne
authored
c8266b6
View commit details
Copy full SHA for c8266b6
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
Fix raw notebooks opening with old webview (#13797)
Show description for 1e0f596
rchiodo
authored
1e0f596
View commit details
Copy full SHA for 1e0f596
View code at this point
Browse repository at this point
Store interpreter name in metadata of nb (#13790)
DonJayamanne
authored
228ced0
View commit details
Copy full SHA for 228ced0
View code at this point
Browse repository at this point
Store kernel info into ipynb only when saving (#13787)
DonJayamanne
authored
f1e4fed
View commit details
Copy full SHA for f1e4fed
View code at this point
Browse repository at this point
All languages in native notebooks, default Python (#13786)
Show description for 49f160a
DonJayamanne
authored
49f160a
View commit details
Copy full SHA for 49f160a
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
WebViewHost => WebviewPanelHost WebView => WebviewPanel refactor (#13773)
IanMatthewHuff
authored
88c2708
View commit details
Copy full SHA for 88c2708
View code at this point
Browse repository at this point
Replace `newNotebook` with `notebookEditor` in commands (#13772)
DonJayamanne
authored
f5ab698
View commit details
Copy full SHA for f5ab698
View code at this point
Browse repository at this point
Hide Interpreter status bar when opening a Jupyter notebook (#13767)
DonJayamanne
authored
687363d
View commit details
Copy full SHA for 687363d
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
Fixes to preferred kernels in Native Notebooks (#13765)
DonJayamanne
authored
9d466bc
View commit details
Copy full SHA for 9d466bc
View code at this point
Browse repository at this point
Ignore dependency check when finding a kernel spec (#13761)
Show description for ff75179
DonJayamanne
authored
ff75179
View commit details
Copy full SHA for ff75179
View code at this point
Browse repository at this point
Up idle timeout to match launch timeout (nightly flake failure) (#13753)
Show description for 04e9a9c
rchiodo
authored
04e9a9c
View commit details
Copy full SHA for 04e9a9c
View code at this point
Browse repository at this point
Provide an id for native notebook kernels returned to VSCode (#13742)
DonJayamanne
authored
9169202
View commit details
Copy full SHA for 9169202
View code at this point
Browse repository at this point
Commits on Sep 1, 2020
Mark some of the metadata as transient (#13723)
DonJayamanne
authored
761242a
View commit details
Copy full SHA for 761242a
View code at this point
Browse repository at this point
Disable prevention of running cells when restarting (#13722)
DonJayamanne
authored
7fc10b9
View commit details
Copy full SHA for 7fc10b9
View code at this point
Browse repository at this point
Update renderers and notebooks to use new API (#13665)
Show description for a3f7c41
DonJayamanne
authored
a3f7c41
View commit details
Copy full SHA for a3f7c41
View code at this point
Browse repository at this point
Commits on Aug 28, 2020
Fix: Getting an error on selecting an existing CI which has a display name from the historical CI's in the quick picks (#13642)
shsuman
authored
8e00525
View commit details
Copy full SHA for 8e00525
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
Remove references to "blacklist" and "whitelist" (#13644)
brettcannon
authored
63332cb
View commit details
Copy full SHA for 63332cb
View code at this point
Browse repository at this point
Handle invalid kernels / kernel launch fails in native notebooks (#13627)
Show description for 01e4b94
IanMatthewHuff
authored
01e4b94
View commit details
Copy full SHA for 01e4b94
View code at this point
Browse repository at this point
Commits on Aug 25, 2020
keybindings/cell manipulation parity (#13576)
Show description for 0f9f7b8
David Kutugata
authored
0f9f7b8
View commit details
Copy full SHA for 0f9f7b8
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
Fix save on close (#13567)
Show description for c3af16d
rchiodo
authored
c3af16d
View commit details
Copy full SHA for c3af16d
View code at this point
Browse repository at this point
Commits on Aug 20, 2020
Fix ts failure (#13545)
rchiodo
authored
9391658
View commit details
Copy full SHA for 9391658
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.