Skip to content

Instantly share code, notes, and snippets.

@alefoll
Last active July 11, 2019 20:03
Show Gist options
  • Save alefoll/3e2ae4073de919ac5db8fe4c2e40b0eb to your computer and use it in GitHub Desktop.
Save alefoll/3e2ae4073de919ac5db8fe4c2e40b0eb to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings GIST
{"lastUpload":"2019-07-11T20:03:19.087Z","extensionVersion":"v3.3.1"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.5.0"
},
{
"metadata": {
"id": "8bd90cfe-8edd-4b92-b992-2337fdc06604",
"publisherId": "wwm.better-align",
"publisherDisplayName": "wwm"
},
"name": "better-align",
"publisher": "wwm",
"version": "1.1.6"
},
{
"metadata": {
"id": "2aa040bf-c73a-455d-8946-5c6cc83b8019",
"publisherId": "wmaurer.change-case",
"publisherDisplayName": "wmaurer"
},
"name": "change-case",
"publisher": "wmaurer",
"version": "1.0.0"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.3.1"
},
{
"metadata": {
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherDisplayName": "xabikos"
},
"name": "JavaScriptSnippets",
"publisher": "xabikos",
"version": "1.7.2"
},
{
"metadata": {
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherDisplayName": "ritwickdey"
},
"name": "LiveServer",
"publisher": "ritwickdey",
"version": "5.6.1"
},
{
"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": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "1.4.2"
},
{
"metadata": {
"id": "67e66172-30c7-4478-8f5d-6eac4ae755dc",
"publisherId": "mohsen1.prettify-json",
"publisherDisplayName": "mohsen1"
},
"name": "prettify-json",
"publisher": "mohsen1",
"version": "0.0.3"
},
{
"metadata": {
"id": "00518570-772b-4ccb-8b06-d056f3f556e0",
"publisherId": "Tyriar.sort-lines",
"publisherDisplayName": "Tyriar"
},
"name": "sort-lines",
"publisher": "Tyriar",
"version": "1.8.0"
},
{
"metadata": {
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherDisplayName": "shardulm94"
},
"name": "trailing-spaces",
"publisher": "shardulm94",
"version": "0.3.1"
},
{
"metadata": {
"id": "90a37ca1-92a2-488a-b196-7a8c0b0127ea",
"publisherId": "ms-vscode.vscode-typescript-tslint-plugin",
"publisherDisplayName": "ms-vscode"
},
"name": "vscode-typescript-tslint-plugin",
"publisher": "ms-vscode",
"version": "1.2.2"
},
{
"metadata": {
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af",
"publisherId": "ms-vsliveshare.vsliveshare",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare",
"publisher": "ms-vsliveshare",
"version": "1.0.509"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "ctrl+q", "command": "editor.action.commentLine", "when": "editorTextFocus" },
{ "key": "ctrl+d", "command": "editor.action.copyLinesDownAction", "when": "editorTextFocus" },
{ "key": "ctrl+shift+down", "command": "editor.action.moveLinesDownAction", "when": "editorTextFocus" },
{ "key": "ctrl+shift+up", "command": "editor.action.moveLinesUpAction", "when": "editorTextFocus" },
{ "key": "ctrl+shift+z", "command": "workbench.action.files.revert", "when": "editorTextFocus" },
{ "key": "ctrl+j", "command": "extension.prettifyJSON", "when": "editorTextFocus" },
{ "key": "ctrl+k ctrl+l", "command": "extension.changeCase.lower", "when": "editorTextFocus" },
{ "key": "ctrl+k ctrl+u", "command": "extension.changeCase.upper", "when": "editorTextFocus" },
{
"key": "ctrl+shift+z",
"command": "bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{ "key": "ctrl+shift+e", "command": "bookmarks.jumpToPrevious", "when": "editorTextFocus" },
{ "key": "ctrl+l", "command": "expandLineSelection", "when": "editorTextFocus" },
{ "key": "ctrl+shift+d", "command": "editor.action.addSelectionToNextFindMatch", "when": "editorFocus" },
{ "key": "ctrl+shift+f", "command": "editor.action.nextMatchFindAction", "when": "editorFocus" },
{ "key": "ctrl+e ctrl+z", "command": "editor.action.formatDocument", "when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly" },
{ "key": "ctrl+shift+alt+d", "command": "workbench.view.debug" },
{ "key": "f3", "command": "workbench.action.editor.changeLanguageMode" },
{ "key": "f6", "command": "workbench.action.selectTheme" },
{
"key": "ctrl+shift+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "ctrl+shift+c",
"command": "editor.action.clipboardCopyWithSyntaxHighlightingAction"
},
{
"key": "ctrl+e",
"command": "-workbench.action.quickOpenNavigateNextInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "ctrl+e",
"command": "-workbench.action.quickOpen"
},
{
"key": "ctrl+alt+o",
"command": "-typescriptHero.imports.organize",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+a",
"command": "editor.action.organizeImports",
"when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)source\\.organizeImports\\b/"
},
{
"key": "shift+alt+o",
"command": "-editor.action.organizeImports",
"when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)source\\.organizeImports\\b/"
},
{
"key": "ctrl+alt+a",
"command": "wwm.aligncode"
}
]
// Place your settings in this file to overwrite the default settings
{
"breadcrumbs.enabled": true,
"editor.autoIndent": false,
"editor.hover.delay": 1000,
"editor.minimap.showSlider": "always",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"html.format.indentInnerHtml": true,
"liveServer.settings.port": 80,
"liveshare.showInStatusBar": "whileCollaborating",
"sync.askGistName": false,
"sync.autoDownload": false,
"sync.autoUpload": true,
"sync.forceDownload": false,
"sync.gist": "3e2ae4073de919ac5db8fe4c2e40b0eb",
"sync.quietSync": true,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\cmd.exe",
"trailing-spaces.trimOnSave": true,
"typescript.check.npmIsInstalled": false,
"typescript.updateImportsOnFileMove.enabled": "never",
"window.zoomLevel": 0,
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.feedback.visible": false,
"alignment.surroundSpace": {
"colon": [
1,
1
],
"assignment": [
1,
1
],
"arrow": [
1,
1
],
"comment": 1
},
"terminal.integrated.shellArgs.windows": [
"/K",
"D:\\dev\\tool\\cmder\\vendor\\vscode.bat"
],
"dart.allowAnalytics": false,
"dart.closingLabels": false,
"dart.flutterDebuggerRestartBehaviour": "hotRestart",
"liveshare.featureSet": "insiders",
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"files.autoSave": "off",
"vscode_custom_css.imports": [
"file:///C:/Users/Alex/.vscode-insiders/extensions/robbowen.synthwave-vscode-0.0.6/synthwave84.css"
],
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.host": "192.168.0.1",
"liveServer.settings.useLocalIp": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment