Skip to content

Replace deprecated typescript.tsc.autoDetect with js/ts.tsc.autoDetect#579

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-deprecated-typescript-setting
Open

Replace deprecated typescript.tsc.autoDetect with js/ts.tsc.autoDetect#579
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-deprecated-typescript-setting

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

Generated projects use typescript.tsc.autoDetect in .vscode/settings.json, which triggers a deprecation warning in the editor. The replacement setting is js/ts.tsc.autoDetect.

Updated all 6 template settings.json files across:

  • ext-command-ts/vscode/
  • ext-command-ts/vscode-esbuild/vscode/
  • ext-command-ts/vscode-webpack/vscode/
  • ext-command-web/vscode-esbuild/
  • ext-command-web/vscode-webpack/
  • ext-notebook-renderer/vscode/

Copilot AI changed the title [WIP] Fix deprecated typescript.tsc.autoDetect setting in templates Replace deprecated typescript.tsc.autoDetect with js/ts.tsc.autoDetect May 18, 2026
Copilot AI requested a review from DanielRosenwasser May 18, 2026 17:51
@DanielRosenwasser DanielRosenwasser marked this pull request as ready for review May 18, 2026 17:59
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.

Generator specifies deprecated typescript.tsc.autoDetect

2 participants