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
.
microsoft
/
TypeScript
Public
Notifications
You must be signed in to change notification settings
Fork
13.8k
Star
111k
Code
Issues
4.9k
Pull requests
118
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add optional VFS parameters to updateSnapshot
- #64115
#64115
Merged
Wesley Wigham (weswigham)
merged 22 commits into
microsoft:main
microsoft/TypeScript:main
from
weswigham:vfs-v2
weswigham/TypeScript:vfs-v2
Copy head branch name to clipboard
Sep 9, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Add optional VFS parameters to updateSnapshot
#64115
Wesley Wigham (weswigham)
merged 22 commits into
microsoft:main
microsoft/TypeScript:main
from
weswigham:vfs-v2
weswigham/TypeScript:vfs-v2
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2026
Add optional VFS parameters to updateSnapshot
Wesley Wigham (weswigham)
committed
ad71d17
View commit details
Copy full SHA for ad71d17
Browse repository at this point
Code review feedback and some extra
Wesley Wigham (weswigham)
committed
a002d9f
View commit details
Copy full SHA for a002d9f
Browse repository at this point
Commits on Sep 2, 2026
Big moves and renames, immutable core request fs, auotmatic request fs compaction on snapshot release, general cleanup
Wesley Wigham (weswigham)
committed
c8ca98f
View commit details
Copy full SHA for c8ca98f
Browse repository at this point
Corrections of things broken in the move
Wesley Wigham (weswigham)
committed
13d137b
View commit details
Copy full SHA for 13d137b
Browse repository at this point
Remove Snapshot.createProgram
Wesley Wigham (weswigham)
committed
5941477
View commit details
Copy full SHA for 5941477
Browse repository at this point
Remove dead method
Wesley Wigham (weswigham)
committed
9be6f68
View commit details
Copy full SHA for 9be6f68
Browse repository at this point
Swap mutex to atomics
Show description for ce5172d
Wesley Wigham (weswigham)
committed
ce5172d
View commit details
Copy full SHA for ce5172d
Browse repository at this point
Know what, try all 3 options I've looked at and bench em
Wesley Wigham (weswigham)
committed
246e31f
View commit details
Copy full SHA for 246e31f
Browse repository at this point
Sad, the individual mutexes win, the least elegant feeling one
Wesley Wigham (weswigham)
committed
301d564
View commit details
Copy full SHA for 301d564
Browse repository at this point
Some deduplication and extra edge case tests
Wesley Wigham (weswigham)
committed
f9275ca
View commit details
Copy full SHA for f9275ca
Browse repository at this point
Merge branch 'main' into vfs-v2
Wesley Wigham (weswigham)
committed
4772a07
View commit details
Copy full SHA for 4772a07
Browse repository at this point
try/finally -> using
Wesley Wigham (weswigham)
committed
cd4285e
View commit details
Copy full SHA for cd4285e
Browse repository at this point
Commits on Sep 3, 2026
Merge branch 'main' into vfs-v2
Wesley Wigham (weswigham)
committed
17e9e55
View commit details
Copy full SHA for 17e9e55
Browse repository at this point
Rename memory/cache to full/layer
Wesley Wigham (weswigham)
committed
6011f3b
View commit details
Copy full SHA for 6011f3b
Browse repository at this point
Commits on Sep 4, 2026
Merge branch 'main' into vfs-v2
Wesley Wigham (weswigham)
committed
a0d7979
View commit details
Copy full SHA for a0d7979
Browse repository at this point
Thread request FSes through new snapshot host apis
Wesley Wigham (weswigham)
committed
1e57d77
View commit details
Copy full SHA for 1e57d77
Browse repository at this point
Commits on Sep 8, 2026
Ensure removals have priority over mounts
Wesley Wigham (weswigham)
committed
0b2af7d
View commit details
Copy full SHA for 0b2af7d
Browse repository at this point
Some changes based on copilot reviews
Wesley Wigham (weswigham)
committed
6ef48d7
View commit details
Copy full SHA for 6ef48d7
Browse repository at this point
Eager request fs compaction to optimize for reading
Wesley Wigham (weswigham)
committed
1c80317
View commit details
Copy full SHA for 1c80317
Browse repository at this point
Merge branch 'main' into vfs-v2
Wesley Wigham (weswigham)
committed
20ea871
View commit details
Copy full SHA for 20ea871
Browse repository at this point
Commits on Sep 9, 2026
Test better, extract directory tree to object heirarchy instead of doing multiple map lookups
Wesley Wigham (weswigham)
committed
d8df834
View commit details
Copy full SHA for d8df834
Browse repository at this point
Remove more vestigial functionality from old iterations
Wesley Wigham (weswigham)
committed
9335c2a
View commit details
Copy full SHA for 9335c2a
Browse repository at this point
You can’t perform that action at this time.