Skip to content

feat: support js/ts config section in VS Code#2996

Merged
jasonlyu123 merged 1 commit intomasterfrom
js/ts-config
Mar 31, 2026
Merged

feat: support js/ts config section in VS Code#2996
jasonlyu123 merged 1 commit intomasterfrom
js/ts-config

Conversation

@jasonlyu123
Copy link
Copy Markdown
Member

fix #2970. This adds support for the new "js/ts" config section in VSCode by merging the modified "js/ts" value into the old format.

Important for non-VSCode users: This doesn't mean allowing the "js/ts" section in the language server. Currently, only "js/ts.hover.maximumLength" is read.

Implementation detail: I was originally going to copy the version for the TypeScript native preview extension. But the version they have now doesn't differentiate js and ts specific config like in the VSCode TypeScript extension.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 30, 2026

⚠️ No Changeset found

Latest commit: 791390c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@jasonlyu123 jasonlyu123 merged commit e874861 into master Mar 31, 2026
3 checks passed
@jasonlyu123 jasonlyu123 deleted the js/ts-config branch March 31, 2026 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

adopt VSCode's new js/ts config prefix

1 participant