-
Notifications
You must be signed in to change notification settings - Fork 35
VS Code extension recommendations #1556
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
VS Code extension recommendations #1556
Conversation
Achieved by allowing .vscode/extensions.json through .gitignore
🦋 Changeset detectedLatest commit: 7955ccc The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Addresses issue #1093
Supersedes PR #1547 (see that PR for implementation discussion)
The base template now includes .vscode/extensions.json with recommended extensions
Allowed to copy over via exclusion of same file from .gitignore
New PR as old one had too many different attempts and was a bit of a mess.