Skip to content

chore: update depricated VS code rules#16185

Open
yagee wants to merge 2 commits intopayloadcms:mainfrom
yagee:master
Open

chore: update depricated VS code rules#16185
yagee wants to merge 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.

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.

2 participants