Skip to content

Conversation

EddieIsNotAvailable
Copy link

Resolves #459 and adds missing checks for whether the recommended workspace VSCode settings are missing.

Summary

Adds new VSCode checks to the doctor command, to warn the user if they are missing any of the recommended VSCode settings, or if they have a known incompatible setting enabled:

Set of changes

Affects the cli package, particularly the doctor command.

Adds check to the workspace VSCode settings for whether any of the recommended settings are missing. These being:
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}

Adds check to the workspace and global VSCode settings for a setting incompatible with the recommended extension:
"editor.experimental.preferTreeSitter.typescript" : true

I don't believe there are any breaking changes.

Copy link

changeset-bot bot commented Jul 2, 2025

⚠️ No Changeset found

Latest commit: b4af4ac

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

Syntax Highlighting and Autocomplete not working for .ts files

1 participant