Skip to content

Instantly share code, notes, and snippets.

@vortizhe
Last active July 2, 2017 20:35
Show Gist options
  • Save vortizhe/3d5769572075650fc6be90c212e0c813 to your computer and use it in GitHub Desktop.
Save vortizhe/3d5769572075650fc6be90c212e0c813 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-07-02T20:35:17.760Z","extensionVersion":"v2.8.2"}
[
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "38bbe3f0-5204-4170-845e-c2f966d979b8",
"publisherDisplayName": "Jun Han"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.0.14"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.2"
},
{
"metadata": {
"id": "0fd4a2e2-f7b7-430e-8ba0-3b44ddfb43f5",
"publisherId": "f9dbfd7c-f9a1-434c-9971-648ad2e23f96",
"publisherDisplayName": "Compulim"
},
"name": "compulim-vscode-closetag",
"publisher": "Compulim",
"version": "1.1.0"
},
{
"metadata": {
"id": "2bba45f2-4a48-41a6-bb86-d6ba5ab29a9f",
"publisherId": "d2106b92-11a5-4945-97e5-0a0734c7a55c",
"publisherDisplayName": "Felipe Caputo"
},
"name": "git-project-manager",
"publisher": "felipecaputo",
"version": "1.3.2"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.2.0"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "678d198b-9b2e-49d3-96ff-6d801c9575df",
"publisherDisplayName": "Eric Amodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "4.2.0"
},
{
"metadata": {
"id": "56a57ae2-56b7-4053-a3e0-897e198f0d03",
"publisherId": "0c659136-47cf-4ec1-a002-4f50dffea483",
"publisherDisplayName": "Victor Ortiz Heredia"
},
"name": "simple-ruby-erb",
"publisher": "vortizhe",
"version": "0.2.1"
},
{
"metadata": {
"id": "a852a33d-c920-4758-a5a8-0f5b00521b59",
"publisherId": "6f41d462-81bf-40f7-b4d2-750fee3e26bf",
"publisherDisplayName": "Mat McLoughlin"
},
"name": "vscode-elixir",
"publisher": "mjmcloug",
"version": "0.5.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
"publisherDisplayName": "Dirk Baeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.2.11"
},
{
"metadata": {
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "c958976e-9702-4f1a-8bdf-26b7bc012d65",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-scss",
"publisher": "mrmlnc",
"version": "0.6.2"
},
{
"metadata": {
"id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6",
"publisherId": "1a680e61-b64e-4eff-bbbb-2085b0618f52",
"publisherDisplayName": "Mahmoud Ali"
},
"name": "vscode-theme-onedark",
"publisher": "akamud",
"version": "2.0.2"
}
]
[{"projectPath":"/Users/victorortiz/code/yogui-rse","gitRepo":"","lastUsed":1498655823609},{"projectPath":"/Users/victorortiz/code/iberostar","gitRepo":"","lastUsed":1498580035218},{"projectPath":"/Users/victorortiz/code/endesa-twenergy","gitRepo":"","lastUsed":1498571437231},{"projectPath":"/Users/victorortiz/code/yogui-front","gitRepo":"","lastUsed":1498569504299}]
// 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"
}
]
{
// 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.wordWrap": "on",
"editor.wordWrapColumn": 300,
"editor.cursorStyle": "underline",
"workbench.statusBar.visible": true,
"window.nativeTabs": true,
"window.titleBarStyle": "native",
"editor.minimap.enabled": false,
"window.openFoldersInNewWindow": "on",
"workbench.iconTheme": "vs-seti",
"window.zoomLevel": 0,
// IntelliSense
"editor.quickSuggestionsDelay": 5,
"editor.acceptSuggestionOnEnter": "off",
"editor.wordBasedSuggestions": false,
// 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 exclusions (Search, TreeView...)
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/tmp" : true,
"**/.bundle": true,
"**/_build": true,
"**/build": true
},
"files.watcherExclude": {
"**/.git/**": true,
"**/node_modules/**": true,
"**/bower_components/**": true,
"**/.sass-cache/**": true,
"**/deps": true,
"**/_build": 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": true
},
// Other settings
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
// Git
"git.confirmSync": true,
"git.autofetch": false,
// Git proyect
"gitProjectManager.baseProjectsFolders": ["~/code"],
"gitProjectManager.maxDepthRecursion": 2,
"gitProjectManager.openInNewWindow": false,
"gitProjectManager.checkRemoteOrigin": false,
"gitProjectManager.searchInsideProjects": false,
"gitProjectManager.ignoredFolders": [
"node_modules",
"bower_components",
".bundle",
".sass-cache",
".git",
"**/_build",
"**/deps"
],
// Terminal integration
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.fontLigatures": true,
"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.duplicateProperties": "warning",
"scss.lint.zeroUnits": "warning",
"scss.scannerDepth": 6,
"scss.lint.ieHack": "error",
"scss.scannerExclude": [
"**/.git",
"**/node_modules",
"**/bower_components",
"**/public",
"**/_build",
"**/deps",
"**/log"
],
// Sync Settings
"sync.gist": "3d5769572075650fc6be90c212e0c813",
"sync.lastUpload": "2017-06-22T13:09:54.147Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "1970-01-01T00:00:00.000Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false
}
{
/*
// 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