Skip to content

Instantly share code, notes, and snippets.

@GRardB
Created June 16, 2018 16:44
Show Gist options
  • Save GRardB/a7ff29e3121fd8b173b9b2610da24524 to your computer and use it in GitHub Desktop.
Save GRardB/a7ff29e3121fd8b173b9b2610da24524 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-06-16T16:44:18.648Z","extensionVersion":"v2.9.2"}
[
{
"metadata": {
"id": "70378119-1d85-4935-9733-0298c7a369a2",
"publisherId": "steoates.autoimport",
"publisherDisplayName": "steoates"
},
"name": "autoimport",
"publisher": "steoates",
"version": "1.5.3"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.9.2"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "8.3.5"
},
{
"metadata": {
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.3.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.5.0"
},
{
"metadata": {
"id": "6bfab4b0-9e4f-4143-9cc2-2cb359d841d8",
"publisherId": "gerane.Theme-FlatlandMonokai",
"publisherDisplayName": "gerane"
},
"name": "Theme-FlatlandMonokai",
"publisher": "gerane",
"version": "0.0.4"
},
{
"metadata": {
"id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
"publisherId": "eg2.tslint",
"publisherDisplayName": "eg2"
},
"name": "tslint",
"publisher": "eg2",
"version": "1.0.32"
},
{
"metadata": {
"id": "38583aca-2ba1-417f-80fc-68ca8d717fb4",
"publisherId": "rbbit.typescript-hero",
"publisherDisplayName": "rbbit"
},
"name": "typescript-hero",
"publisher": "rbbit",
"version": "2.3.2"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "0.12.0"
},
{
"metadata": {
"id": "829a192d-496c-44ac-87f3-0a84ce36a853",
"publisherId": "emmanuelbeziat.vscode-great-icons",
"publisherDisplayName": "emmanuelbeziat"
},
"name": "vscode-great-icons",
"publisher": "emmanuelbeziat",
"version": "2.1.33"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "robertohuertasm.vscode-icons",
"publisherDisplayName": "robertohuertasm"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.23.0"
},
{
"metadata": {
"id": "93b3aada-5c6b-4d82-b329-5b53c0191a85",
"publisherId": "dweber019.vscode-style-formatter",
"publisherDisplayName": "dweber019"
},
"name": "vscode-style-formatter",
"publisher": "dweber019",
"version": "1.0.0"
},
{
"metadata": {
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af",
"publisherId": "ms-vsliveshare.vsliveshare",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare",
"publisher": "ms-vsliveshare",
"version": "0.3.295"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+enter",
"command": "editor.action.quickFix",
"when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
},
{
"key": "cmd+.",
"command": "-editor.action.quickFix",
"when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
},
{
"key": "cmd+down",
"command": "workbench.action.terminal.focus"
},
{
"key": "cmd+up",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
]
{
"window.zoomLevel": 2,
"workbench.activityBar.visible": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
},
"vim.enableNeovim": true,
"workbench.iconTheme": "vscode-great-icons",
"vim.otherModesKeyBindings": [
{
"before": [
"u"
],
"after": [],
"commands": [
{
"command": "undo"
}
]
},
{
"before": [
"<C-r>"
],
"after": [],
"commands": [
{
"command": "redo"
}
]
}
],
"vim.useSystemClipboard": true,
"editor.formatOnSave": true,
"workbench.colorTheme": "Flatland Monokai",
"workbench.startupEditor": "none",
"typescriptHero.imports.organizeOnSave": true,
"vim.substituteGlobalFlag": true,
"window.restoreWindows": "all",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"editor.fontLigatures": true,
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"workbench.editor.enablePreviewFromQuickOpen": false,
"files.trimTrailingWhitespace": true,
"gitlens.historyExplorer.enabled": true,
"sfmt.noleadzero": false,
"editor.parameterHints": false,
}
{
// Place your snippets for typescriptreact 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, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"Import_React": {
"prefix": "ir",
"body": [
"import * as React from 'react'"
],
"description": "import React"
}
}
{"version":"7.23.0","status":2,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment