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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
deephaven
/
vscode-deephaven
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
4
Code
Issues
41
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: DH-21980: Python managed servers
- #313
#313
Draft
bmingles
wants to merge 12 commits into
main
deephaven/vscode-deephaven:main
from
DH-21980_python-managed-servers
deephaven/vscode-deephaven:DH-21980_python-managed-servers
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Draft
feat: DH-21980: Python managed servers
#313
bmingles
wants to merge 12 commits into
main
deephaven/vscode-deephaven:main
from
DH-21980_python-managed-servers
deephaven/vscode-deephaven:DH-21980_python-managed-servers
Copy head branch name to clipboard
Commits
Commits on Mar 18, 2026
DH-21980_python-managed-servers/task-01: Add TypeScript types for Python Environments API to extensionApiUtils.ts. Currently only has MsPythonExtensionApi interface for old ms-python.python API. Ne…
Show description for 7297012
bmingles
committed
7297012
View commit details
Copy full SHA for 7297012
Browse repository at this point
DH-21980_python-managed-servers/task-02: Add getPythonEnvsExtensionApi function to extensionApiUtils.ts. Currently exports getMsPythonExtensionApi for ms-python.python extension. Add similar functi…
Show description for 56f2232
bmingles
committed
56f2232
View commit details
Copy full SHA for 56f2232
Browse repository at this point
DH-21980_python-managed-servers/task-03: Update PipServerController.getPythonInterpreterPath to use new Python Environments API. Currently uses old ms-python.python API getActiveEnvironmentPath met…
Show description for 37169e1
bmingles
committed
37169e1
View commit details
Copy full SHA for 37169e1
Browse repository at this point
DH-21980_python-managed-servers/task-04: Replace execFileSync in checkPipInstall with getPackages API. Currently spawns subprocess at line 107. Use getEnvironment then getPackages to check for deep…
Show description for 207c572
bmingles
committed
207c572
View commit details
Copy full SHA for 207c572
Browse repository at this point
DH-21980_python-managed-servers/task-06: Update startServer to use env.sysPrefix for VIRTUAL_ENV. Line 264 manually derives path with path.dirname. Use environment.sysPrefix directly from PythonEnv…
Show description for 5d01298
bmingles
committed
5d01298
View commit details
Copy full SHA for 5d01298
Browse repository at this point
DH-21980_python-managed-servers/task-07: Add onDidChangePackages subscription in PipServerController constructor. Subscribe to API onDidChangePackages event. When deephaven-server installed or remo…
Show description for 0483061
bmingles
committed
0483061
View commit details
Copy full SHA for 0483061
Browse repository at this point
DH-21980_python-managed-servers/task-08: Update or create unit tests for new Python Environments API integration. Test getPythonInterpreterPath with mocked new API. Test checkPipInstall with mocked…
Show description for 9e5b08e
bmingles
committed
9e5b08e
View commit details
Copy full SHA for 9e5b08e
Browse repository at this point
DH-21980_python-managed-servers/task-09: Document Python Environments extension requirement and update related docs. Check if getMsPythonExtensionApi is still used anywhere. Update comments mention…
Show description for 495046d
bmingles
committed
495046d
View commit details
Copy full SHA for 495046d
Browse repository at this point
tweak unit.yml to fail faster if linting fails (#DH-21980)
bmingles
committed
8e936c5
View commit details
Copy full SHA for 8e936c5
Browse repository at this point
cleanup (#DH-21980)
bmingles
committed
4996095
View commit details
Copy full SHA for 4996095
Browse repository at this point
Fixed linting error (#DH-21980)
bmingles
committed
34873ae
View commit details
Copy full SHA for 34873ae
Browse repository at this point
formatting (#DH-21980)
bmingles
committed
6e4f7db
View commit details
Copy full SHA for 6e4f7db
Browse repository at this point
You can’t perform that action at this time.