Skip to content

Instantly share code, notes, and snippets.

@vortizhe
Last active March 20, 2018 08:38
Show Gist options
  • Save vortizhe/41cf592f2152f1a73f47445396a363c6 to your computer and use it in GitHub Desktop.
Save vortizhe/41cf592f2152f1a73f47445396a363c6 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-03-20T08:38:38.203Z","extensionVersion":"v2.9.0"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.9.0"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.2.1"
},
{
"metadata": {
"id": "bc64531a-9b98-46f5-8ef9-88334d02cd60",
"publisherId": "JakeBecker.elixir-ls",
"publisherDisplayName": "JakeBecker"
},
"name": "elixir-ls",
"publisher": "JakeBecker",
"version": "0.2.19"
},
{
"metadata": {
"id": "2bba45f2-4a48-41a6-bb86-d6ba5ab29a9f",
"publisherId": "felipecaputo.git-project-manager",
"publisherDisplayName": "felipecaputo"
},
"name": "git-project-manager",
"publisher": "felipecaputo",
"version": "1.4.0"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherDisplayName": "donjayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.4.0"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "8.1.1"
},
{
"metadata": {
"id": "68464f0b-8ce5-408e-bed6-4c13209b254a",
"publisherId": "mrorz.language-gettext",
"publisherDisplayName": "mrorz"
},
"name": "language-gettext",
"publisher": "mrorz",
"version": "0.0.3"
},
{
"metadata": {
"id": "56a57ae2-56b7-4053-a3e0-897e198f0d03",
"publisherId": "vortizhe.simple-ruby-erb",
"publisherDisplayName": "vortizhe"
},
"name": "simple-ruby-erb",
"publisher": "vortizhe",
"version": "0.2.1"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "PeterJausovec.vscode-docker",
"publisherDisplayName": "PeterJausovec"
},
"name": "vscode-docker",
"publisher": "PeterJausovec",
"version": "0.0.25"
},
{
"metadata": {
"id": "a852a33d-c920-4758-a5a8-0f5b00521b59",
"publisherId": "mjmcloug.vscode-elixir",
"publisherDisplayName": "mjmcloug"
},
"name": "vscode-elixir",
"publisher": "mjmcloug",
"version": "1.1.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.7"
},
{
"metadata": {
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-scss",
"publisher": "mrmlnc",
"version": "0.6.2"
},
{
"metadata": {
"id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6",
"publisherId": "akamud.vscode-theme-onedark",
"publisherDisplayName": "akamud"
},
"name": "vscode-theme-onedark",
"publisher": "akamud",
"version": "2.1.0"
}
]
[{"projectPath":"/Users/vortizhe/code/hcmex","gitRepo":"","lastUsed":1521531558772},{"projectPath":"/Users/vortizhe/code/frankt","gitRepo":"","lastUsed":1520946473601},{"projectPath":"/Users/vortizhe/code/acutario","gitRepo":"","lastUsed":1519466825971},{"projectPath":"/Users/vortizhe/code/acutario_core","gitRepo":"","lastUsed":1519466814461},{"projectPath":"/Users/vortizhe/code/acutario-public","gitRepo":"","lastUsed":1518939731186}]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+cmd+7",
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+cmd+`",
"command": "editor.action.outdentLines",
"when": "editorTextFocus && !editorReadonly && !editorTabMovesFocus"
},
{
"key": "alt+cmd+[BracketRight]",
"command": "editor.action.indentLines",
"when": "editorTextFocus && !editorReadonly && !editorTabMovesFocus"
},
{
"key": "shift+cmd+c",
"command": "workbench.action.terminal.new",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+[IntlBackslash]",
"command": "erb.toggleTags",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+.",
"command": "closeTag.closeHTMLTag",
"when": "editorTextFocus"
}
]
{
// Define el lenguaje para mostrar de VSCode.
// Consulte https://go.microsoft.com/fwlink/?LinkId=761051 para obtener una lista de idiomas compatibles.
// Al cambiar el valor, es necesario reiniciar VSCode.
"locale":"en"
}
// Coloque su configuración en este archivo para sobrescribir la configuración predeterminada.
{
// Editor styles
"editor.fontFamily": "'PragmataPro', Monaco, 'Courier New', monospace",
"editor.fontSize": 12,
"editor.fontLigatures": true,
"editor.renderWhitespace": "boundary",
"editor.renderIndentGuides": true,
"editor.autoIndent": true,
"editor.wordWrap": "on",
"editor.wordWrapColumn": 120,
"editor.cursorStyle": "underline",
"workbench.statusBar.visible": true,
"window.titleBarStyle": "native",
"editor.minimap.enabled": false,
"window.openFoldersInNewWindow": "on",
"workbench.iconTheme": "vs-seti",
"workbench.colorTheme": "Atom One Dark",
// IntelliSense
"editor.quickSuggestionsDelay": 5,
"editor.acceptSuggestionOnEnter": "off",
"editor.wordBasedSuggestions": false,
"editor.formatOnSave": true,
// Files convention styleguide
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.encoding": "utf8",
"editor.trimAutoWhitespace": true,
"diffEditor.ignoreTrimWhitespace": true,
"files.autoSave": "onFocusChange",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
// Files exclusions (Search, TreeView...)
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/tmp": true,
"**/.bundle": true,
"**/_build": true
},
"files.watcherExclude": {
"**/.git/**": true,
"**/node_modules/**": true,
"**/bower_components/**": true,
"**/.sass-cache/**": true,
"**/deps": true,
"**/_build": true,
"**/log": true
},
"search.exclude": {
"**/tmp": true,
"**/node_modules": true,
"**/bower_components": true,
"**/.sass-cache": true,
"**/public": true,
"**/log": true,
"**/bin": true,
"**/deps": true,
"**/_build": true,
"**/priv/static": true
},
// Other settings
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
// Git
"git.confirmSync": false,
"git.autofetch": false,
// Git proyect
"gitProjectManager.baseProjectsFolders": [
"~/code"
],
"gitProjectManager.maxDepthRecursion": 2,
"gitProjectManager.openInNewWindow": true,
"gitProjectManager.checkRemoteOrigin": false,
"gitProjectManager.searchInsideProjects": false,
"gitProjectManager.codePath": "/usr/local/bin/code",
"gitProjectManager.ignoredFolders": [
"node_modules",
"bower_components",
".bundle",
".sass-cache",
".git",
"**/_build",
"**/deps"
],
// Terminal integration
"terminal.integrated.scrollback": 10000,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "'PragmataPro', Monaco, 'Courier New', monospace",
"terminal.integrated.shellArgs.osx": [
"-l"
],
// SCSS
"scss.lint.unknownProperties": "ignore",
"scss.lint.duplicateProperties": "warning",
"scss.lint.zeroUnits": "warning",
"scss.scannerDepth": 8,
"scss.lint.ieHack": "error",
"scss.scannerExclude": [
"**/.git",
"**/node_modules",
"**/bower_components",
"**/public",
"**/_build",
"**/deps",
"**/log"
],
// Sync Settings
"sync.gist": "41cf592f2152f1a73f47445396a363c6",
"sync.lastUpload": "2017-11-06T07:00:37.682Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2017-06-21T07:16:24.724Z",
"sync.forceDownload": false,
"window.zoomLevel": 0,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
// Eslint
"eslint.nodePath": "/Users/vortizhe/.asdf/shims/node",
"eslint.validate": [
"javascript",
"javascriptreact"
],
"sync.askGistName": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": true,
"suppressWelcomeNotice": false
},
"gitlens.gitExplorer.autoRefresh": false,
"gitlens.explorers.avatars": false,
"gitlens.keymap": "alternate"
}
{
/*
// Place your snippets for Ruby here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, ${id} and ${id:label} and ${1:label} for variables. Variables with the same id are connected.
// Example:
"Print to console": {
"prefix": "log",
"body": [
"console.log('$1');",
"$2"
],
"description": "Log output to console"
}
*/
}
{"version":"1.9.1","status":"disabled"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment