Skip to content
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

Recommended VSCode extensions #35

Open
adriatic opened this issue Apr 10, 2022 · 2 comments
Open

Recommended VSCode extensions #35

adriatic opened this issue Apr 10, 2022 · 2 comments

Comments

@adriatic
Copy link

adriatic commented Apr 10, 2022

Question: should we have a section in https://redwoodjs.com/docs/how-to/index explaining the recommended extension list with comments what if xxx then do yyy

Examples:

  1. If you use MacOS for development then there is no reason to install Microsoft Edge Tools for VS Code extension.
  2. Why is ESLint recommended and not required (what would be the consequences of each choice)

There could be some other issues to cover in this context

@jtoar
Copy link
Contributor

jtoar commented May 15, 2022

It may be worthwhile to talk about them somewhere, however briefly. But I'm not sure that it deserves its own page in the docs—there's not that many of them that we recommend (https://github.com/redwoodjs/redwood/blob/main/packages/create-redwood-app/template/.vscode/extensions.json), and most of them are just for syntax highlighting/formatting.

Why is ESLint recommended and not required (what would be the consequences of each choice)

To my knowledge we can't require an extension be installed. And even if we could, I'm not sure that we'd want to be that strict about users' VS Code setups. Everyone does things differently. We just want to recommend what we know works and offers a good experience.

@adriatic
Copy link
Author

adriatic commented May 15, 2022 via email

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

No branches or pull requests

2 participants