-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Feature] VSCode settings TSDK #7107
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the user story
@yarnpkg/sdksupdates/.vscode/settings.jsonwith:{ "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/sdksshould update/.vscode/settings.jsonwith then newjs/ts.tsdk.*optionsNote
I'm also using Google Antigravity and it currently support only
typescript.*and not yetjs/ts.tsdk.*.