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

[FEATURE]: VS Code Recommended Plugins #270

Open
jamesqquick opened this issue Sep 4, 2024 · 0 comments
Open

[FEATURE]: VS Code Recommended Plugins #270

jamesqquick opened this issue Sep 4, 2024 · 0 comments

Comments

@jamesqquick
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
The ability to newcomers to the project to install a set list of extensions that are helpful for the project.

Describe the solution you'd like
Add an extensions.json file inside of the .vscode folder according to the docs - https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions

Ex

{
  "recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}

Describe the benefits of your solution
This will make it easier for newcomers to the project to get started successfully.

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

1 participant