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
.
phcode-dev
/
phoenix
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
205
Star
3k
Code
Issues
239
Pull requests
20
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat: add LSP support for TypeScript/JavaScript via vtsls (desktop only)
- #2981
#2981
Merged
abose
merged 24 commits into
main
phcode-dev/phoenix:main
from
ai
phcode-dev/phoenix:ai
Copy head branch name to clipboard
Jun 19, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
feat: add LSP support for TypeScript/JavaScript via vtsls (desktop only)
#2981
abose
merged 24 commits into
main
phcode-dev/phoenix:main
from
ai
phcode-dev/phoenix:ai
Copy head branch name to clipboard
Commits
Commits on Jun 18, 2026
feat: add LSP support for desktop (TypeScript/JavaScript via vtsls)
Show description for 8b456a8
abose
committed
8b456a8
View commit details
Copy full SHA for 8b456a8
Browse repository at this point
chore: add vtsls and typescript third-party licenses
Show description for ffd9e5f
abose
committed
ffd9e5f
View commit details
Copy full SHA for ffd9e5f
Browse repository at this point
fix: register TypeScriptSupport extension for build concatenation
Show description for f097e92
abose
committed
f097e92
View commit details
Copy full SHA for f097e92
Browse repository at this point
test: add TabstopManager.parseSnippet unit tests
Show description for 6f48130
abose
committed
6f48130
View commit details
Copy full SHA for 6f48130
Browse repository at this point
chore: don't copy vtsls/typescript licenses in CI build
Show description for 69b6401
abose
committed
69b6401
View commit details
Copy full SHA for 69b6401
Browse repository at this point
test: add TabstopManager editor-session tests
Show description for 5f6c17e
abose
committed
5f6c17e
View commit details
Copy full SHA for 5f6c17e
Browse repository at this point
refactor: remove legacy NodeDomain language-tools transport
Show description for 25c203e
abose
committed
25c203e
View commit details
Copy full SHA for 25c203e
Browse repository at this point
refactor: move language-tools provider styles into core brackets.less
Show description for 602449d
abose
committed
602449d
View commit details
Copy full SHA for 602449d
Browse repository at this point
docs: note cacheManifest.json is a generated build artifact
abose
committed
12e174a
View commit details
Copy full SHA for 12e174a
Browse repository at this point
build: raise dist/brackets.js prod size limit to 11 MB
Show description for e437c5b
abose
committed
e437c5b
View commit details
Copy full SHA for e437c5b
Browse repository at this point
test: exclude TypeScriptSupport LSP extension from test windows
Show description for 1c4ce4d
abose
committed
1c4ce4d
View commit details
Copy full SHA for 1c4ce4d
Browse repository at this point
fix: run LSP in test windows and fix the provider issues it surfaced
Show description for 508771b
abose
committed
508771b
View commit details
Copy full SHA for 508771b
Browse repository at this point
chore: sync src-node package-lock version to 5.2.0-0
abose
committed
e0ca832
View commit details
Copy full SHA for e0ca832
Browse repository at this point
feat: localize LSP server messages and drop the "(LSP)" tag from Problems panel
Show description for 86e4898
abose
committed
86e4898
View commit details
Copy full SHA for 86e4898
Browse repository at this point
fix: don't re-run inspection when LSP re-publishes unchanged diagnostics
Show description for 7bf4181
abose
committed
7bf4181
View commit details
Copy full SHA for 7bf4181
Browse repository at this point
feat: suppress TypeScript "implicit any" suggestions in plain JavaScript
Show description for cf21727
abose
committed
cf21727
View commit details
Copy full SHA for cf21727
Browse repository at this point
feat: show informational diagnostic count in the Problems panel title
Show description for e8373c2
abose
committed
e8373c2
View commit details
Copy full SHA for e8373c2
Browse repository at this point
test: add empty unittests.js for TypeScriptSupport extension
Show description for 28f37a8
abose
committed
28f37a8
View commit details
Copy full SHA for 28f37a8
Browse repository at this point
test: add LSP integration tests for TypeScriptSupport (JS + TS)
Show description for ce840d8
abose
committed
ce840d8
View commit details
Copy full SHA for ce840d8
Browse repository at this point
fix: sync the restored file and enable Find Usages when the LSP starts late
Show description for 9cb53b7
abose
committed
9cb53b7
View commit details
Copy full SHA for 9cb53b7
Browse repository at this point
feat: quick-action buttons in the LSP hover popup (Go to Definition / Find Usages)
Show description for be85df2
abose
committed
be85df2
View commit details
Copy full SHA for be85df2
Browse repository at this point
fix: re-enable Find Usages after an LSP server restart (project switch)
Show description for 281bd0e
abose
committed
281bd0e
View commit details
Copy full SHA for 281bd0e
Browse repository at this point
feat: syntax-highlight the signature in the LSP hover popup
Show description for 0e2dee7
abose
committed
0e2dee7
View commit details
Copy full SHA for 0e2dee7
Browse repository at this point
test: add hover quick-action integration tests (Go to Definition / Find Usages)
Show description for a940ee9
abose
committed
a940ee9
View commit details
Copy full SHA for a940ee9
Browse repository at this point
You can’t perform that action at this time.