|
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": true, |
24 |
| - ".gitpod.yml": true, |
25 |
| - ".rspec": true, |
26 |
| - ".devcontainer/": true, |
27 |
| - "config.ru": false, |
28 |
| - "Dockerfile": false, |
29 |
| - "Gemfile": false, |
30 |
| - "Gemfile.lock": false, |
31 |
| - "tmp/": true, |
32 |
| - "install-packages": true, |
33 |
| - "main.rb": true, |
34 |
| - "README.md": true, |
35 |
| - "app.rb": false, |
36 |
| - "environment.rb": false, |
37 |
| - "bin/": true, |
38 |
| - "spec/": true, |
39 |
| - "examples.txt": true, |
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,
|
52 | 38 | "terminal.integrated.defaultProfile.linux": "bash",
|
53 | 39 | "vscode-erb-beautify.keepBlankLines": 1,
|
54 |
| - "ruby.intellisense": false, |
55 | 40 | "gitpod.openInStable.neverPrompt": true,
|
56 | 41 | "gitlens.showWelcomeOnInstall": false,
|
57 | 42 | "gitlens.currentLine.enabled": false,
|
58 |
| - "redhat.telemetry.enabled": false, |
59 | 43 | "emmet.includeLanguages": {
|
60 | 44 | "erb": "html"
|
61 | 45 | },
|
|
65 | 49 | },
|
66 | 50 | "[erb]": {
|
67 | 51 | "editor.defaultFormatter": "aliariff.vscode-erb-beautify",
|
68 |
| - "editor.formatOnSave": false |
| 52 | + "editor.formatOnSave": false, |
| 53 | + "editor.autoClosingBrackets": "beforeWhitespace" |
69 | 54 | },
|
70 | 55 | "files.associations": {
|
71 | 56 | "*.html.erb": "erb"
|
|
0 commit comments