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 }}
Leoo-code
/
FamixTypeScriptImporter
Public
forked from
fuhrmanator/FamixTypeScriptImporter
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
Working isolated vsix tests
- #1
#1
Merged
Leoo-code
merged 12 commits into
dev
Leoo-code/FamixTypeScriptImporter:dev
from
Working-isolated-VSIX-tests
Leoo-code/FamixTypeScriptImporter:Working-isolated-VSIX-tests
Copy head branch name to clipboard
Jun 4, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Working isolated vsix tests
#1
Leoo-code
merged 12 commits into
dev
Leoo-code/FamixTypeScriptImporter:dev
from
Working-isolated-VSIX-tests
Leoo-code/FamixTypeScriptImporter:Working-isolated-VSIX-tests
Copy head branch name to clipboard
Commits
Commits on Jun 4, 2026
vsix test harness and test runner for testing the packaged extension in isolation from source.
fuhrmanator
committed
ee1c2d8
View commit details
Copy full SHA for ee1c2d8
Browse repository at this point
remove redundant launch arguments for user data and extensions directories in test setup
fuhrmanator
committed
6781573
View commit details
Copy full SHA for 6781573
Browse repository at this point
Truly isolated VSIX test, typescript is not externalized, and smoke tests run against the installed VSIX in a clean profile.
fuhrmanator
committed
c557882
View commit details
Copy full SHA for c557882
Browse repository at this point
Default import syntax in smoke test
fuhrmanator
committed
e9e9b1b
View commit details
Copy full SHA for e9e9b1b
Browse repository at this point
improved error handling and messaging in command execution, updated package version, and fixed VSIX file discovery logic for testing.
fuhrmanator
committed
d306315
View commit details
Copy full SHA for d306315
Browse repository at this point
Make sure to test the VSIX that corresponds to the current package.json version, not just the latest one in the directory. This ensures we're testing the correct build artifact.
fuhrmanator
committed
89e332a
View commit details
Copy full SHA for 89e332a
Browse repository at this point
ChatGPT re-installed ts2famix to update the version used in the project -- this is tricky
fuhrmanator
committed
3d936b6
View commit details
Copy full SHA for 3d936b6
Browse repository at this point
npm audit fix for ts2famix
fuhrmanator
committed
8e0855b
View commit details
Copy full SHA for 8e0855b
Browse repository at this point
CI workflow updates: upgrade Node.js to 22.x and use npm ci for consistent installs.
Show description for 8af20bc
fuhrmanator
committed
8af20bc
View commit details
Copy full SHA for 8af20bc
Browse repository at this point
ignore test fixtures in server tsconfig
fuhrmanator
committed
eb3d229
View commit details
Copy full SHA for eb3d229
Browse repository at this point
prevent compilation errors due to missing express dependency in test fixture project
fuhrmanator
committed
23d25f8
View commit details
Copy full SHA for 23d25f8
Browse repository at this point
Remove useless exclude entry from tsconfig.json
fuhrmanator
committed
4631388
View commit details
Copy full SHA for 4631388
Browse repository at this point
You can’t perform that action at this time.