Skip to content

[Feature] VSCode settings TSDK #7107

@rtritto

Description

@rtritto
  • I'd be willing to implement this feature (contributing guide)
  • This feature is important to have in this repository; a contrib plugin wouldn't do

Describe the user story

@yarnpkg/sdks updates /.vscode/settings.json with:

{
  "typescript.tsdk": ".yarn/sdks/typescript/lib",
  "typescript.enablePromptUseWorkspaceTsdk": true
}

that are deprecated and replaced with

{
  "js/ts.tsdk.path": ".yarn/sdks/typescript/lib",
  "js/ts.tsdk.promptToUseWorkspaceVersion": true
}

Describe the solution you'd like

@yarnpkg/sdks should update /.vscode/settings.json with then new js/ts.tsdk.* options

Note

I'm also using Google Antigravity and it currently support only typescript.* and not yet js/ts.tsdk.*.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions