Skip to content

Commit

Permalink
Fix VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Sep 1, 2024
1 parent a1d239c commit e3e1d99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"github.vscode-github-actions",
"ms-dotnettools.csdevkit",
"ms-dotnettools.csharp",
"ms-vscode-remote.remote-containers"
"ms-vscode-remote.remote-containers",
"streetsidesoftware.code-spell-checker"
],
"unwantedRecommendations": []
}
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"editor.minimap.maxColumn": 120,
"editor.renderWhitespace": "all",
"editor.rulers": [120],
"files.associations": {
"CODEOWNERS": "ignore"
},
"files.exclude": {
"**/bin": true,
"**/obj": true
},
"git.branchProtection": ["main"],
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.organizeImportsOnFormat": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

0 comments on commit e3e1d99

Please sign in to comment.