Skip to content

Commit

Permalink
Audit VSCode settings (#34)
Browse files Browse the repository at this point in the history
Fixed deprecated settings in the `.vscode/settings.json` file. Also audited extensions but did not find any notable issues with the ones we have installed.
  • Loading branch information
bpurinton authored May 29, 2024
1 parent c086306 commit 54812e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 27 deletions.
30 changes: 7 additions & 23 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"editor.linkedEditing": true,
"editor.minimap.enabled": false,
"editor.smoothScrolling": false,
"editor.wordBasedSuggestionsMode": "allDocuments",
"editor.wordWrap": "on",
"editor.wrappingIndent": "deepIndent",
"workbench.editor.closeOnFileDelete": true,
Expand All @@ -20,42 +19,27 @@
"**/.git": true,
".vscode": true,
".bundle": true,
".gitignore": false,
".gitpod.yml": false,
".rspec": false,
".devcontainer/": false,
"config.ru": false,
"Dockerfile": false,
"Gemfile": false,
"Gemfile.lock": false,
"tmp/": false,
"install-packages": false,
"main.rb": false,
"README.md": false,
"app.rb": false,
"environment.rb": false,
"bin/": false,
"spec/": false,
"examples.txt": false,
"config/": false
},
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"screencastMode.onlyKeyboardShortcuts": true,
"screencastMode.keyboardOptions": {
"showKeys": false,
"showKeybindings": true,
"showCommands": false,
"showCommandGroups": false,
"showSingleEditorCursorMoves": true
},
"screencastMode.verticalOffset": 10,
"explorer.compactFolders": false,
"explorer.incrementalNaming": "smart",
"html.format.endWithNewline": true,
"html.format.preserveNewLines": true,
"html.format.templating": true,
"terminal.integrated.altClickMovesCursor": true,
"terminal.integrated.defaultProfile.linux": "bash",
"vscode-erb-beautify.keepBlankLines": 1,
"ruby.intellisense": false,
"gitpod.openInStable.neverPrompt": true,
"gitlens.showWelcomeOnInstall": false,
"gitlens.currentLine.enabled": false,
"redhat.telemetry.enabled": false,
"emmet.includeLanguages": {
"erb": "html"
},
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ We've added additional Ruby gems and other software that aren't automatically av
- Fly.io's `flyctl`
- Google Chrome (headless browser)
- Graphviz
- Heroku
- Node JS 18
- NPM 8.19.3
- Parity
- Postgresql 12
- Redis
- Yarn

### VS Code extensions:
- aliariff.vscode-erb-beautify
- mbessey.vscode-rufo
- vortizhe.simple-ruby-erb
- mbessey.vscode-rufo
- aliariff.vscode-erb-beautify
- eamodio.gitlens
- setobiralo.erb-commenter

0 comments on commit 54812e0

Please sign in to comment.