fast
fast copied to clipboard
Update vscode settings
Pull Request
📖 Description
Changes:
- Remove personal preference settings in the .vscode settings file
- Remove duplicates of VS Code defaults
- Remove deprecated
eslint.packageManagersetting
👩💻 Reviewer Notes
The impetus for this change was the lack of word wrap in markdown makes editing markdown difficult. A little house-keeping was also done, see the above list.
✅ Checklist
General
- [ ] I have included a change request file using
$ yarn change - [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [x] I have read the CONTRIBUTING documentation and followed the standards for this project.