Skip to content

chore: update deprecated VS code rules#16185

Merged
AlessioGr merged 2 commits intopayloadcms:mainfrom
yagee:master
Apr 9, 2026
Merged

chore: update deprecated VS code rules#16185
AlessioGr merged 2 commits intopayloadcms:mainfrom
yagee:master

Conversation

@yagee
Copy link
Copy Markdown
Contributor

@yagee yagee commented Apr 6, 2026

Replacing depricated rules in all .vscode/settings.json

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

with proper

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

@yagee yagee requested review from AlessioGr and denolfe as code owners April 6, 2026 12:51
@yagee yagee changed the title fix(settings): update depricated VS code rules chore: update depricated VS code rules Apr 6, 2026
@blankse
Copy link
Copy Markdown
Contributor

blankse commented Apr 7, 2026

Wouldn't it make sense to consistently add "js/ts.tsdk.promptToUseWorkspaceVersion": true wherever we define js/ts.tsdk.path?

@yagee
Copy link
Copy Markdown
Contributor Author

yagee commented Apr 7, 2026

@blankse
Thank you for pointing that out. I’ve made the changes to consistently add "js/ts.tsdk.promptToUseWorkspaceVersion": true wherever js/ts.tsdk.path is defined.

Copy link
Copy Markdown
Member

@AlessioGr AlessioGr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@AlessioGr AlessioGr changed the title chore: update depricated VS code rules chore: update deprecated VS code rules Apr 9, 2026
@AlessioGr AlessioGr merged commit 359dc94 into payloadcms:main Apr 9, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants