Skip to content

Commit ffb5ebc

Browse files
authored
Remove personal preference settings in vscode settings file and deprecated 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.
1 parent c2a9532 commit ffb5ebc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
},
55
"[markdown]": {
66
"editor.quickSuggestions": {
7-
"comments": "off",
8-
"strings": "off",
97
"other": "off"
108
},
11-
"editor.wordWrap": "off",
12-
"editor.wordWrapColumn": 90,
139
"files.insertFinalNewline": false,
1410
"files.trimTrailingWhitespace": false
1511
},
@@ -19,7 +15,6 @@
1915
"editor.trimAutoWhitespace": true,
2016
"eslint.codeActionsOnSave.mode": "problems",
2117
"eslint.lintTask.enable": true,
22-
"eslint.packageManager": "yarn",
2318
"eslint.validate": [
2419
"typescript"
2520
],

0 commit comments

Comments
 (0)