Last active
September 30, 2020 16:53
-
-
Save squizzi/a36aa2a2adc6dd8e3f89c36ca1400730 to your computer and use it in GitHub Desktop.
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
{"lastUpload":"2020-09-30T16:53:06.954Z","extensionVersion":"v3.4.3"} |
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
[ | |
{ | |
"metadata": { | |
"id": "fa57ae0e-d21e-40d8-a0bb-a58b5fd9ead3", | |
"publisherId": "ms-vscode.atom-keybindings", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "atom-keybindings", | |
"publisher": "ms-vscode", | |
"version": "3.0.9" | |
}, | |
{ | |
"metadata": { | |
"id": "ae903c6f-d094-48b1-918b-18947348fe44", | |
"publisherId": "tobiasalthoff.atom-material-theme", | |
"publisherDisplayName": "tobiasalthoff" | |
}, | |
"name": "atom-material-theme", | |
"publisher": "tobiasalthoff", | |
"version": "1.10.5" | |
}, | |
{ | |
"metadata": { | |
"id": "b0c6a26e-86b0-49cf-bbf1-fbefed6a33b6", | |
"publisherId": "lukegeneva.auto-collapse-explorer", | |
"publisherDisplayName": "lukegeneva" | |
}, | |
"name": "auto-collapse-explorer", | |
"publisher": "lukegeneva", | |
"version": "1.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a", | |
"publisherId": "CoenraadS.bracket-pair-colorizer-2", | |
"publisherDisplayName": "CoenraadS" | |
}, | |
"name": "bracket-pair-colorizer-2", | |
"publisher": "CoenraadS", | |
"version": "0.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "18620c48-225a-4243-9c60-61204b19d4b4", | |
"publisherId": "lamartire.git-indicators", | |
"publisherDisplayName": "lamartire" | |
}, | |
"name": "git-indicators", | |
"publisher": "lamartire", | |
"version": "2.1.2" | |
}, | |
{ | |
"metadata": { | |
"id": "2335b326-c334-4e81-bc51-c408fcec6e7c", | |
"publisherId": "waderyan.gitblame", | |
"publisherDisplayName": "waderyan" | |
}, | |
"name": "gitblame", | |
"publisher": "waderyan", | |
"version": "5.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da", | |
"publisherId": "golang.go", | |
"publisherDisplayName": "golang" | |
}, | |
"name": "go", | |
"publisher": "golang", | |
"version": "0.17.0" | |
}, | |
{ | |
"metadata": { | |
"id": "5db78037-f674-459f-a236-db622c427c5b", | |
"publisherId": "PKief.material-icon-theme", | |
"publisherDisplayName": "PKief" | |
}, | |
"name": "material-icon-theme", | |
"publisher": "PKief", | |
"version": "4.3.0" | |
}, | |
{ | |
"metadata": { | |
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"publisherId": "ms-python.python", | |
"publisherDisplayName": "ms-python" | |
}, | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2020.9.111407" | |
}, | |
{ | |
"metadata": { | |
"id": "5bf668b6-88a8-4cb6-a7c7-429cfd2e2bac", | |
"publisherId": "jit-y.vscode-advanced-open-file", | |
"publisherDisplayName": "jit-y" | |
}, | |
"name": "vscode-advanced-open-file", | |
"publisher": "jit-y", | |
"version": "0.2.2" | |
}, | |
{ | |
"metadata": { | |
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", | |
"publisherId": "ms-azuretools.vscode-docker", | |
"publisherDisplayName": "ms-azuretools" | |
}, | |
"name": "vscode-docker", | |
"publisher": "ms-azuretools", | |
"version": "1.6.0" | |
} | |
] |
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
// Place your key bindings in this file to override the defaults | |
[ | |
{ | |
"key": "ctrl+shift+-", | |
"command": "extension.advancedOpenFile" | |
}, | |
{ | |
"key": "ctrl+,", | |
"command": "workbench.action.navigateBack", | |
}, | |
{ | |
"key": "ctrl+.", | |
"command": "workbench.action.navigateForward", | |
}, | |
{ | |
"key": "ctrl+alt+-", | |
"command": "-workbench.action.navigateBack" | |
}, | |
{ | |
"key": "ctrl+shift+-", | |
"command": "-workbench.action.navigateForward" | |
}, | |
{ | |
"key": "ctrl+t", | |
"command": "-workbench.action.showAllSymbols" | |
}, | |
{ | |
"key": "ctrl+k ctrl+t", | |
"command": "-workbench.action.selectTheme" | |
}, | |
{ | |
"key": "ctrl+,", | |
"command": "-workbench.action.openGlobalSettings" | |
}, | |
{ | |
"key": "ctrl+,", | |
"command": "-workbench.action.openSettings" | |
}, | |
{ | |
"key": "ctrl+.", | |
"command": "-editor.action.quickFix", | |
"when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "ctrl+.", | |
"command": "-settings.action.editFocusedSetting", | |
"when": "inSettingsSearch" | |
}, | |
{ | |
"key": "ctrl+.", | |
"command": "-problems.action.showQuickFixes", | |
"when": "problemFocus" | |
}, | |
{ | |
"key": "alt+left", | |
"command": "-gitlens.key.alt+left", | |
"when": "gitlens:key:alt+left" | |
}, | |
{ | |
"key": "alt+right", | |
"command": "-gitlens.key.alt+right", | |
"when": "gitlens:key:alt+right" | |
}, | |
{ | |
"key": "ctrl+shift+t", | |
"command": "go.test.file" | |
}, | |
{ | |
"key": "ctrl+alt+t", | |
"command": "workbench.action.reopenClosedEditor" | |
}, | |
{ | |
"key": "ctrl+shift+t", | |
"command": "-workbench.action.reopenClosedEditor" | |
}, | |
{ | |
"key": "ctrl+x ctrl+f", | |
"command": "-extension.advancedOpenFile" | |
} | |
{ | |
"key": "ctrl+alt+b", | |
"command": "workbench.action.toggleActivityBarVisibility" | |
}, | |
{ | |
"key": "ctrl+b", | |
"command": "workbench.action.toggleSidebarVisibility" | |
}, | |
] |
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
{ | |
"atomKeymap.promptV3Features": true, | |
"editor.formatOnPaste": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.colorTheme": "Atom Material Theme", | |
"editor.formatOnSave": true, | |
"editor.rulers": [ | |
80 | |
], | |
"breadcrumbs.icons": false, | |
"git.autorefresh": false, | |
"go.coverageOptions": "showCoveredCodeOnly", | |
"go.formatTool": "goimports", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"workbench.activityBar.visible": true, | |
"sync.gist": "a36aa2a2adc6dd8e3f89c36ca1400730", | |
"workbench.startupEditor": "none", | |
"vscode-advanced-open-file.selectPath": false, | |
"window.zoomLevel": 0, | |
"window.menuBarVisibility": "toggle", | |
"editor.cursorBlinking": "smooth", | |
"editor.minimap.showSlider": "always", | |
"[go]": { | |
"editor.snippetSuggestions": "none", | |
"editor.formatOnSave": true, | |
"editor.codeActionsOnSave": { | |
"source.organizeImports": true, | |
} | |
}, | |
"go.languageServerExperimentalFeatures": { | |
"autoComplete": true, | |
"diagnostics": true, | |
"documentLink": true, | |
"documentSymbols": true, | |
"findReferences": false, | |
"format": true, | |
"goToDefinition": true, | |
"goToImplementation": true, | |
"goToTypeDefinition": true, | |
"hover": true, | |
"rename": true, | |
"signatureHelp": true, | |
"workspaceSymbols": true, | |
}, | |
"workbench.sideBar.location": "left", | |
"go.useLanguageServer": true, | |
"editor.fontFamily": "'Consolas', 'monospace', monospace, 'Droid Sans Fallback'", | |
"search.enableSearchEditorPreview": true, | |
"git.confirmSync": false, | |
"terminal.external.linuxExec": "terminator", | |
"terminal.explorerKind": "external", | |
"go.lintTool": "golangci-lint", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment