Last active
September 21, 2020 07:31
-
-
Save kasumiru/e1e2e5054595504e5a661c25d839135f to your computer and use it in GitHub Desktop.
githubkas
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":"2020-09-21T07:31:49.148Z","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": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "1b728ddd-0eb0-4b15-a599-bce80e7c7198", | |
"publisherId": "rintoj.json-organizer", | |
"publisherDisplayName": "rintoj" | |
}, | |
"name": "json-organizer", | |
"publisher": "rintoj", | |
"version": "0.0.4" | |
}, | |
{ | |
"metadata": { | |
"id": "4bf45e86-a448-4531-8c01-ef33f4536306", | |
"publisherId": "ms-mssql.mssql", | |
"publisherDisplayName": "ms-mssql" | |
}, | |
"name": "mssql", | |
"publisher": "ms-mssql", | |
"version": "1.9.0" | |
}, | |
{ | |
"metadata": { | |
"id": "2a4479d6-0b69-43c4-894a-131316f6a068", | |
"publisherId": "andyyaldoo.vscode-json", | |
"publisherDisplayName": "andyyaldoo" | |
}, | |
"name": "vscode-json", | |
"publisher": "andyyaldoo", | |
"version": "1.5.0" | |
}, | |
{ | |
"metadata": { | |
"id": "c3d3e8fb-c61d-4edf-8fb8-32298bc763f9", | |
"publisherId": "hangxingliu.vscode-nginx-conf-hint", | |
"publisherDisplayName": "hangxingliu" | |
}, | |
"name": "vscode-nginx-conf-hint", | |
"publisher": "hangxingliu", | |
"version": "0.1.0" | |
} | |
] |
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
// Place your key bindings in this file to override the defaultsauto[] | |
[ | |
{ | |
"key": "ctrl+alt+p", | |
"command": "workbench.action.terminal.runSelectedText" | |
}, | |
{ | |
"key": "ctrl+shift+u", | |
"command": "jsono.toggleFormat" | |
}, | |
{ | |
"key": "ctrl+y", | |
"command": "-jsono.toggleFormat" | |
}, | |
{ | |
"key": "ctrl+u", | |
"command": "-cursorUndo", | |
"when": "textInputFocus" | |
}, | |
{ | |
"key": "ctrl+shift+alt+u", | |
"command": "workbench.action.output.toggleOutput" | |
}, | |
{ | |
"key": "ctrl+shift+u", | |
"command": "-workbench.action.output.toggleOutput" | |
} | |
] |
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
{ | |
"workbench.startupEditor": "newUntitledFile", | |
"update.enableWindowsBackgroundUpdates": false, | |
"workbench.settings.editor": "json", | |
"editor.largeFileOptimizations": false, | |
"editor.wordWrap": "on", | |
"update.mode": "none", | |
"terminal.integrated.shell.windows": "C:\\cygwin\\bin\\bash.exe", | |
"terminal.integrated.cwd": "PATH=/usr/local/bin:/usr/bin:/usr/sbin/:/sbin/:/opt/bin", | |
"editor.autoIndent": false, | |
"editor.minimap.enabled": false, | |
"breadcrumbs.enabled": true, | |
"window.restoreWindows": "none", | |
"files.hotExit": "off", | |
"files.maxMemoryForLargeFilesMB": "4096", | |
"sync.gist": "e1e2e5054595504e5a661c25d839135f", | |
"sync.quietSync": true, | |
"sync.autoUpload": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment