Last active
March 10, 2022 08:40
-
-
Save seikichi/3f0b3a8f1bbaa4e7c53575edf4bd910e to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains hidden or 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":"2019-12-01T13:33:49.180Z","extensionVersion":"v3.4.3"} |
This file contains hidden or 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": "464f4ac7-af65-4aa9-9907-4ba7fa419085", | |
"publisherId": "bungcip.better-toml", | |
"publisherDisplayName": "bungcip" | |
}, | |
"name": "better-toml", | |
"publisher": "bungcip", | |
"version": "0.3.2" | |
}, | |
{ | |
"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": "ed3d7ee9-a793-4092-bd26-c06819da7a1b", | |
"publisherId": "lucax88x.codeacejumper", | |
"publisherDisplayName": "lucax88x" | |
}, | |
"name": "codeacejumper", | |
"publisher": "lucax88x", | |
"version": "2.1.7" | |
}, | |
{ | |
"metadata": { | |
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", | |
"publisherId": "EditorConfig.EditorConfig", | |
"publisherDisplayName": "EditorConfig" | |
}, | |
"name": "EditorConfig", | |
"publisher": "EditorConfig", | |
"version": "0.14.2" | |
}, | |
{ | |
"metadata": { | |
"id": "89d44179-27af-4106-a3c1-46a537ef1d0a", | |
"publisherId": "tuttieee.emacs-mcx", | |
"publisherDisplayName": "tuttieee" | |
}, | |
"name": "emacs-mcx", | |
"publisher": "tuttieee", | |
"version": "0.13.0" | |
}, | |
{ | |
"metadata": { | |
"id": "f0c5397b-d357-4197-99f0-cb4202f22818", | |
"publisherId": "ms-vscode-remote.remote-wsl", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-wsl", | |
"publisher": "ms-vscode-remote", | |
"version": "0.40.3" | |
}, | |
{ | |
"metadata": { | |
"id": "570e6089-b871-41df-9cf4-a723cb34ef01", | |
"publisherId": "rust-lang.rust", | |
"publisherDisplayName": "rust-lang" | |
}, | |
"name": "rust", | |
"publisher": "rust-lang", | |
"version": "0.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "00518570-772b-4ccb-8b06-d056f3f556e0", | |
"publisherId": "Tyriar.sort-lines", | |
"publisherDisplayName": "Tyriar" | |
}, | |
"name": "sort-lines", | |
"publisher": "Tyriar", | |
"version": "1.9.0" | |
}, | |
{ | |
"metadata": { | |
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
"publisherId": "dbaeumer.vscode-eslint", | |
"publisherDisplayName": "dbaeumer" | |
}, | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "1.9.1" | |
}, | |
{ | |
"metadata": { | |
"id": "7997a8ae-1fae-4022-b834-12f6318aeffd", | |
"publisherId": "Orta.vscode-jest", | |
"publisherDisplayName": "Orta" | |
}, | |
"name": "vscode-jest", | |
"publisher": "Orta", | |
"version": "3.0.2" | |
}, | |
{ | |
"metadata": { | |
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444", | |
"publisherId": "VisualStudioExptTeam.vscodeintellicode", | |
"publisherDisplayName": "VisualStudioExptTeam" | |
}, | |
"name": "vscodeintellicode", | |
"publisher": "VisualStudioExptTeam", | |
"version": "1.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af", | |
"publisherId": "ms-vsliveshare.vsliveshare", | |
"publisherDisplayName": "ms-vsliveshare" | |
}, | |
"name": "vsliveshare", | |
"publisher": "ms-vsliveshare", | |
"version": "1.0.1293" | |
}, | |
{ | |
"metadata": { | |
"id": "9be673da-cf39-4f71-83c3-b2ec5241813a", | |
"publisherId": "ryanolsonx.zenburn", | |
"publisherDisplayName": "ryanolsonx" | |
}, | |
"name": "zenburn", | |
"publisher": "ryanolsonx", | |
"version": "1.0.1" | |
} | |
] |
This file contains hidden or 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
// 既定値を上書きするには、このファイル内にキー バインドを挿入します | |
[ | |
// ace jump | |
{ | |
"key": "alt+j", | |
"command": "extension.aceJump", | |
"when": "editorTextFocus" | |
}, | |
// my emacs | |
{ | |
"key": "ctrl+o", | |
"command": "editor.action.triggerSuggest", | |
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly" | |
}, | |
{ | |
"key": "alt+o", | |
"command": "editor.action.triggerSuggest", | |
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly" | |
}, | |
{ | |
"key": "alt+g", | |
"command": "workbench.action.gotoLine" | |
}, | |
{ | |
"key": "ctrl+x b", | |
"command": "workbench.action.quickOpen" | |
}, | |
// emacs | |
{ | |
"key": "alt+oem_period", | |
"command": "editor.action.goToDeclaration", | |
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" | |
}, | |
{ | |
"key": "alt+oem_comma", | |
"command": "workbench.action.navigateBack" | |
}, | |
{ | |
"key": "ctrl+alt+oem_5", | |
"command": "editor.action.formatSelection", | |
"when": "editorHasSelection && editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "alt+d", | |
"command": "deleteWordEndRight" | |
}, | |
{ | |
"key": "alt+backspace", | |
"command": "deleteWordStartLeft" | |
}, | |
] |
This file contains hidden or 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
// Empty |
This file contains hidden or 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
{ | |
"editor.autoClosingBrackets": "never", | |
"editor.autoClosingOvertype": "never", | |
"editor.autoClosingQuotes": "never", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 12, | |
"editor.formatOnSave": true, | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.minimap.enabled": false, | |
"editor.scrollbar.horizontal": "hidden", | |
"editor.scrollbar.vertical": "hidden", | |
"editor.scrollbar.verticalScrollbarSize": 0, | |
"editor.suggestSelection": "first", | |
"emacs-mcx.strictEmacsMove": true, | |
"files.autoGuessEncoding": true, | |
"files.eol": "\n", | |
"files.encoding": "utf8", | |
"files.insertFinalNewline": true, | |
"files.trimTrailingWhitespace": true, | |
"java.configuration.checkProjectSettingsExclusions": false, | |
"java.jdt.ls.vmargs": "-noverify -Xmx1G -XX:+UseG1GC -XX:+UseStringDeduplication -javaagent:\"C:\\Users\\kondo\\.vscode\\extensions\\gabrielbb.vscode-lombok-0.9.9/server/lombok.jar\"", | |
"sync.askGistName": false, | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.gist": "3f0b3a8f1bbaa4e7c53575edf4bd910e", | |
"sync.host": "", | |
"sync.lastDownload": "", | |
"sync.lastUpload": "2018-08-08T14:36:27.203Z", | |
"sync.pathPrefix": "", | |
"sync.quietSync": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"window.enableMenuBarMnemonics": false, | |
"window.menuBarVisibility": "compact", | |
"window.zoomLevel": 0, | |
"workbench.activityBar.visible": true, | |
"workbench.colorTheme": "Zenburn", | |
"workbench.editor.showTabs": false, | |
"workbench.sideBar.location": "right", | |
"workbench.statusBar.feedback.visible": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment