Skip to content

docs: document disabling VS Code TS plugin #605

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 14, 2023

Conversation

IgnaceMaes
Copy link
Contributor

@IgnaceMaes IgnaceMaes commented Jul 31, 2023

As discussed here: https://discord.com/channels/480462759797063690/1135613767493881906/1135616206884323439

Also fixes the <details> section for the screenshot which requires a newline to render properly.

@@ -10,7 +10,16 @@ See the [Glint home page] for a more detailed Getting Started guide.

1. Add `@glint/core`, `@glint/template` and an appropriate environment package to your project's `devDependencies`.
1. Add a `"glint"` key to your project's `tsconfig.json` or `jsconfig.json` specifying your environment and any other relevant configuration.
1. Consider disabling the built-in `vscode.typescript-language-features` extension for any workspaces where you use Glint to avoid extraneous diagnostics. <details><summary>Screenshot</summary>
1. Consider disabling the built-in `vscode.typescript-language-features` extension for any workspaces where you use Glint to avoid extraneous diagnostics.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should this use stronger wording?

Suggested change
1. Consider disabling the built-in `vscode.typescript-language-features` extension for any workspaces where you use Glint to avoid extraneous diagnostics.
1. Disable the built-in `vscode.typescript-language-features` extension for any workspaces where you use Glint to avoid extraneous diagnostics.

I've seen a lot of people skip this, to only run into issues later and forget this step was recommended.

@IgnaceMaes IgnaceMaes requested a review from dfreeman August 12, 2023 15:04
@chriskrycho chriskrycho added the documentation Improvements or additions to documentation label Aug 14, 2023
@chriskrycho chriskrycho merged commit e312128 into typed-ember:main Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants