Created
December 10, 2019 08:08
-
-
Save Epigene/d4fa79eb403111e026b95b6f37e1a6c3 to your computer and use it in GitHub Desktop.
Gene's VSC general settings, 2019-12-10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.env.osx": { | |
"PATH": "~/.rvm/gems/ruby-2.5.3/bin:~/.rvm/rubies/ruby-2.5.3/bin:~/.rvm/bin:/bin:/usr/local/opt/[email protected]/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" | |
}, | |
"ctags": { | |
"executePath": "~/.rvm/gems/ruby-2.5.3/gems/ripper-tags-0.7.0/bin/ripper-tags", | |
"options": "--tag-file=.tags --recursive --force --exclude=/assets/ --exclude=.bundle --exclude=.git/ --exclude=coverage/ --exclude=log/ --exclude=tmp/ --exclude=bin/", | |
"fileName": ".tags" | |
}, | |
"colorInfo.languages": [ | |
{ | |
"selector": "sass", | |
"colors": ["css", "hex", "rgb"] | |
} | |
], | |
// "ruby.rubocop.executePath": "~/.rvm/gems/ruby-2.5.3/gems/rubocop-0.69.0/exe", | |
"ruby.rubocop.configFilePath": "/Users/augusts/Projects/documentation/rubocop.yml", | |
"editor.minimap.enabled": false, | |
"explorer.fontFamily": "DejaVu Sans Mono", | |
"explorer.autoReveal": false, | |
"editor.fontFamily": "DejaVu Sans Mono, 'Courier New', monospace, 'Droid Sans Fallback'", | |
"editor.tabSize": 2, | |
"window.zoomLevel": 1, | |
"editor.rulers": [85, 120], | |
"explorer.openEditors.visible": 0, | |
"editor.tabCompletion": true, | |
"search.location": "panel", | |
"sync.gist": "a671fb3a02aac5e1840ecde5b3af7add", | |
"sync.lastUpload": "2018-08-20T13:46:55.453Z", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastDownload": "2018-06-28T06:38:26.532Z", | |
"sync.forceDownload": false, | |
"sync.anonymousGist": false, | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"files.trimTrailingWhitespace": true, | |
"[markdown]": { | |
"files.trimTrailingWhitespace": false | |
}, | |
"[yaml]": { | |
"files.trimTrailingWhitespace": false | |
}, | |
"[slim]": { | |
"files.trimTrailingWhitespace": false | |
}, | |
"editor.formatOnPaste": false, | |
"files.insertFinalNewline": true, | |
"workbench.startupEditor": "newUntitledFile" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment