|
5 | 5 | "workbench.editor.labelFormat": "short", |
6 | 6 | "workbench.editor.languageDetection": true, |
7 | 7 | "workbench.editor.pinnedTabsOnSeparateRow": true, |
| 8 | + "workbench.experimental.share.enabled": true, |
8 | 9 | "workbench.iconTheme": "catppuccin-mocha", |
9 | 10 | "workbench.list.horizontalScrolling": true, |
10 | 11 | "workbench.list.smoothScrolling": true, |
|
181 | 182 | "files.autoSave": "onFocusChange", |
182 | 183 | "files.eol": "\n", |
183 | 184 | "files.insertFinalNewline": true, |
| 185 | + "files.trimFinalNewlines": true, |
184 | 186 | "files.trimTrailingWhitespace": true, |
185 | 187 |
|
186 | 188 | /*** Formatting and linting settings ***/ |
|
300 | 302 | "[caddyfile]": { |
301 | 303 | "editor.defaultFormatter": "matthewpi.caddyfile-support" |
302 | 304 | }, |
303 | | - "[dockercompose]": { |
304 | | - "editor.defaultFormatter": "ms-azuretools.vscode-docker" |
305 | | - }, |
306 | | - "[dockerfile]": { |
307 | | - "editor.defaultFormatter": "ms-azuretools.vscode-docker" |
308 | | - }, |
309 | 305 | "[html]": { |
310 | 306 | "editor.defaultFormatter": "esbenp.prettier-vscode" |
311 | 307 | }, |
|
349 | 345 | "[x]" |
350 | 346 | ], |
351 | 347 | "todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)", |
352 | | - "rapidapi.terminalLink.enabled": false, |
353 | | - "redhat.telemetry.enabled": false, |
354 | | - "remoteHub.uncommittedChangesOnEntry": "none" |
| 348 | + "redhat.telemetry.enabled": false |
355 | 349 | } |
0 commit comments