|
8 | 8 | "editor.linkedEditing": true, |
9 | 9 | "editor.minimap.enabled": false, |
10 | 10 | "editor.smoothScrolling": false, |
11 | | - "editor.wordBasedSuggestionsMode": "allDocuments", |
12 | 11 | "editor.wordWrap": "on", |
13 | 12 | "editor.wrappingIndent": "deepIndent", |
14 | 13 | "workbench.editor.closeOnFileDelete": true, |
|
20 | 19 | "**/.git": true, |
21 | 20 | ".vscode": true, |
22 | 21 | ".bundle": true, |
23 | | - ".gitignore": false, |
24 | | - ".gitpod.yml": false, |
25 | | - ".rspec": false, |
26 | | - ".devcontainer/": false, |
27 | | - "config.ru": false, |
28 | | - "Dockerfile": false, |
29 | | - "Gemfile": false, |
30 | | - "Gemfile.lock": false, |
31 | | - "tmp/": false, |
32 | | - "install-packages": false, |
33 | | - "main.rb": false, |
34 | | - "README.md": false, |
35 | | - "app.rb": false, |
36 | | - "environment.rb": false, |
37 | | - "bin/": false, |
38 | | - "spec/": false, |
39 | | - "examples.txt": false, |
40 | | - "config/": false |
41 | 22 | }, |
42 | 23 | "files.insertFinalNewline": true, |
43 | 24 | "files.trimFinalNewlines": true, |
44 | | - "screencastMode.onlyKeyboardShortcuts": true, |
| 25 | + "screencastMode.keyboardOptions": { |
| 26 | + "showKeys": false, |
| 27 | + "showKeybindings": true, |
| 28 | + "showCommands": false, |
| 29 | + "showCommandGroups": false, |
| 30 | + "showSingleEditorCursorMoves": true |
| 31 | + }, |
45 | 32 | "screencastMode.verticalOffset": 10, |
46 | 33 | "explorer.compactFolders": false, |
47 | 34 | "explorer.incrementalNaming": "smart", |
48 | | - "html.format.endWithNewline": true, |
49 | 35 | "html.format.preserveNewLines": true, |
50 | 36 | "html.format.templating": true, |
51 | 37 | "terminal.integrated.altClickMovesCursor": true, |
| 38 | + "terminal.integrated.defaultProfile.linux": "bash", |
52 | 39 | "vscode-erb-beautify.keepBlankLines": 1, |
53 | | - "ruby.intellisense": false, |
54 | 40 | "gitpod.openInStable.neverPrompt": true, |
55 | 41 | "gitlens.showWelcomeOnInstall": false, |
56 | 42 | "gitlens.currentLine.enabled": false, |
57 | | - "redhat.telemetry.enabled": false, |
58 | 43 | "emmet.includeLanguages": { |
59 | 44 | "erb": "html" |
60 | 45 | }, |
|
64 | 49 | }, |
65 | 50 | "[erb]": { |
66 | 51 | "editor.defaultFormatter": "aliariff.vscode-erb-beautify", |
67 | | - "editor.formatOnSave": false |
| 52 | + "editor.formatOnSave": false, |
| 53 | + "editor.autoClosingBrackets": "beforeWhitespace" |
68 | 54 | }, |
69 | 55 | "files.associations": { |
70 | 56 | "*.html.erb": "erb" |
|
0 commit comments