Last active
August 13, 2019 05:48
-
-
Save Odaimoko/85d1f243e6363bd34fffc3bef46d71fe to your computer and use it in GitHub Desktop.
VScode settings sync
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":"2019-08-13T05:48:18.379Z","extensionVersion":"v3.4.1"} |
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": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.1" | |
}, | |
{ | |
"metadata": { | |
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2", | |
"publisherId": "ms-vscode.cpptools", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "cpptools", | |
"publisher": "ms-vscode", | |
"version": "0.24.1" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "9.9.3" | |
}, | |
{ | |
"metadata": { | |
"id": "852b18f3-2cc5-488e-aa2a-9684764c2751", | |
"publisherId": "happiness9721.ks", | |
"publisherDisplayName": "happiness9721" | |
}, | |
"name": "ks", | |
"publisher": "happiness9721", | |
"version": "0.0.3" | |
}, | |
{ | |
"metadata": { | |
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"publisherId": "ms-python.python", | |
"publisherDisplayName": "ms-python" | |
}, | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2019.8.29288" | |
}, | |
{ | |
"metadata": { | |
"id": "cba79045-6f59-4f86-8c80-af78d566d8cf", | |
"publisherId": "deerawan.vscode-dash", | |
"publisherDisplayName": "deerawan" | |
}, | |
"name": "vscode-dash", | |
"publisher": "deerawan", | |
"version": "2.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "e4ee7751-6514-4731-9cdb-7580ffa9e70b", | |
"publisherId": "MS-CEINTL.vscode-language-pack-zh-hans", | |
"publisherDisplayName": "MS-CEINTL" | |
}, | |
"name": "vscode-language-pack-zh-hans", | |
"publisher": "MS-CEINTL", | |
"version": "1.37.5" | |
}, | |
{ | |
"metadata": { | |
"id": "66682185-9f80-4b70-8b8c-9e492935c105", | |
"publisherId": "shengchen.vscode-leetcode", | |
"publisherDisplayName": "shengchen" | |
}, | |
"name": "vscode-leetcode", | |
"publisher": "shengchen", | |
"version": "0.15.2" | |
} | |
] |
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
// 将键绑定放在此文件中以覆盖默认值auto[] | |
[ | |
{ | |
"key": "shift+alt+s", | |
"command": "leetcode.submitSolution" | |
}, | |
{ | |
"key": "shift+alt+t", | |
"command": "leetcode.testSolution" | |
}, | |
{ | |
"key": "ctrl+shift+alt+z", | |
"command": "editor.action.toggleWordWrap" | |
}, | |
{ | |
"key": "alt+z", | |
"command": "-editor.action.toggleWordWrap" | |
}, | |
{ | |
"key": "ctrl+alt+1", | |
"command": "workbench.action.terminal.toggleTerminal" | |
}, | |
{ | |
"key": "ctrl+oem_3", | |
"command": "-workbench.action.terminal.toggleTerminal" | |
}, | |
{ | |
"key": "ctrl+alt+h", | |
"command": "-extension.dash.all", | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "ctrl+alt+s", | |
"command": "extension.dash.specific", | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "ctrl+h", | |
"command": "-extension.dash.specific", | |
"when": "editorTextFocus" | |
} | |
] |
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
{ | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.colorTheme": "Default Light+", | |
"workbench.iconTheme": "vs-minimal", | |
"window.zoomLevel": 1, | |
"leetcode.defaultLanguage": "python3", | |
"leetcode.hint.configWebviewMarkdown": false, | |
"leetcode.hint.commentDescription": false, | |
"files.autoSave": "afterDelay", | |
"leetcode.hint.commandShortcut": false, | |
"python.pythonPath": "E:/Anaconda3/python.exe", | |
"editor.renderWhitespace": "all", | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"git.enableSmartCommit": true, | |
"editor.acceptSuggestionOnEnter": "off", | |
"files.associations": { | |
"*.test": "ks", | |
"*.txt": "ks" | |
}, | |
"leetcode.workspaceFolder": "e:\\iCloudDrive\\iCloud~com~omz-software~Pythonista3\\LeetCode", | |
"gitlens.codeLens.authors.enabled": false, | |
"gitlens.codeLens.recentChange.enabled": false, | |
"editor.detectIndentation": false, | |
"editor.autoIndent": false, | |
"sync.gist": "85d1f243e6363bd34fffc3bef46d71fe" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment