Skip to content

Commit

Permalink
Remove personal preference settings in vscode settings file and depre…
Browse files Browse the repository at this point in the history
…cated eslint.packageManager setting (#6959)

# Pull Request

## 📖 Description

Changes:
- Remove personal preference settings in the .vscode settings file
- Remove duplicates of VS Code defaults
- Remove deprecated `eslint.packageManager` setting

## 👩‍💻 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](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](/docs/community/code-of-conduct/#our-standards) for this project.
  • Loading branch information
janechu authored May 20, 2024
1 parent c2a9532 commit ffb5ebc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
},
"[markdown]": {
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"editor.wordWrap": "off",
"editor.wordWrapColumn": 90,
"files.insertFinalNewline": false,
"files.trimTrailingWhitespace": false
},
Expand All @@ -19,7 +15,6 @@
"editor.trimAutoWhitespace": true,
"eslint.codeActionsOnSave.mode": "problems",
"eslint.lintTask.enable": true,
"eslint.packageManager": "yarn",
"eslint.validate": [
"typescript"
],
Expand Down

0 comments on commit ffb5ebc

Please sign in to comment.