|
// Work settings: |
|
{ |
|
"window.zoomLevel": 0, |
|
"sync.gist": "jsheridanwells", |
|
"sync.lastUpload": "", |
|
"sync.autoDownload": false, |
|
"sync.autoUpload": false, |
|
"sync.lastDownload": "", |
|
"sync.forceDownload": false, |
|
"sync.host": "", |
|
"sync.pathPrefix": "", |
|
"sync.quietSync": false, |
|
"sync.askGistName": false, |
|
"sync.removeExtensions": true, |
|
"sync.syncExtensions": true, |
|
"editor.minimap.enabled": true, |
|
"sublimeTextKeymap.promptV3Features": true, |
|
"editor.multiCursorModifier": "ctrlCmd", |
|
"editor.snippetSuggestions": "top", |
|
"editor.formatOnPaste": true, |
|
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", |
|
"explorer.confirmDelete": false, |
|
"gitlens.advanced.messages": { |
|
"suppressCommitHasNoPreviousCommitWarning": false, |
|
"suppressCommitNotFoundWarning": false, |
|
"suppressFileNotUnderSourceControlWarning": false, |
|
"suppressGitVersionWarning": false, |
|
"suppressLineUncommittedWarning": false, |
|
"suppressNoRepositoryWarning": false, |
|
"suppressResultsExplorerNotice": false, |
|
"suppressShowKeyBindingsNotice": true |
|
}, |
|
"clock.datetimeFormat": "HH:mm:ss a", |
|
"workbench.editor.enablePreview": false, |
|
|
|
"files.autoSave": "afterDelay", |
|
"files.autoSaveDelay": 100, |
|
|
|
"emmet.includeLanguages": { |
|
"html": "html", |
|
"erb": "erb", |
|
"javascript": "javascriptreact", |
|
"vue": "html", |
|
"ejs": "html" |
|
} |
|
} |
|
|