Last active
December 16, 2019 23:35
-
-
Save Philam18/fe44519fa75daba1e5fda2e9cf6c987b to your computer and use it in GitHub Desktop.
vscode-settings-sync
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-16T23:35:49.065Z","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": "198a707e-28af-4e84-8610-6e2f628dd12d", | |
"publisherId": "redhat.java", | |
"publisherDisplayName": "redhat" | |
}, | |
"name": "java", | |
"publisher": "redhat", | |
"version": "0.53.1" | |
}, | |
{ | |
"metadata": { | |
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df", | |
"publisherId": "ms-vscode-remote.remote-containers", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-containers", | |
"publisher": "ms-vscode-remote", | |
"version": "0.74.0" | |
}, | |
{ | |
"metadata": { | |
"id": "607fd052-be03-4363-b657-2bd62b83d28a", | |
"publisherId": "ms-vscode-remote.remote-ssh", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-ssh", | |
"publisher": "ms-vscode-remote", | |
"version": "0.47.2" | |
}, | |
{ | |
"metadata": { | |
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c", | |
"publisherId": "ms-vscode-remote.remote-ssh-edit", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-ssh-edit", | |
"publisher": "ms-vscode-remote", | |
"version": "0.48.0" | |
}, | |
{ | |
"metadata": { | |
"id": "5d9b66c1-7da3-4004-8c92-2b0852ec0c9b", | |
"publisherId": "ms-vscode-remote.remote-ssh-explorer", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-ssh-explorer", | |
"publisher": "ms-vscode-remote", | |
"version": "0.48.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.39.5" | |
}, | |
{ | |
"metadata": { | |
"id": "dfc91f03-d4f2-461b-a26d-b8b4dc02474f", | |
"publisherId": "imperez.smarty", | |
"publisherDisplayName": "imperez" | |
}, | |
"name": "smarty", | |
"publisher": "imperez", | |
"version": "0.3.0" | |
}, | |
{ | |
"metadata": { | |
"id": "23d72dfc-8dd1-4e30-926e-8783b4378f13", | |
"publisherId": "ms-vscode-remote.vscode-remote-extensionpack", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "vscode-remote-extensionpack", | |
"publisher": "ms-vscode-remote", | |
"version": "0.19.0" | |
}, | |
{ | |
"metadata": { | |
"id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6", | |
"publisherId": "akamud.vscode-theme-onedark", | |
"publisherDisplayName": "akamud" | |
}, | |
"name": "vscode-theme-onedark", | |
"publisher": "akamud", | |
"version": "2.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 defaults | |
[ | |
{ | |
"key": "ctrl+alt+/", | |
"command": "wwm.aligncode", | |
"when": "editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "ctrl+f5", | |
"command": "-workbench.action.debug.run", | |
"when": "!inDebugMode" | |
}, | |
{ | |
"key": "ctrl+f5", | |
"command": "workbench.action.tasks.test" | |
}, | |
{ | |
"key": "ctrl+shift+l", | |
"command": "-workbench.action.editor.changeLanguageMode" | |
} | |
] |
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", | |
"editor.autoClosingQuotes": "beforeWhitespace", | |
"editor.cursorSmoothCaretAnimation": true, | |
"editor.renderWhitespace": "boundary", | |
"editor.accessibilitySupport": "off", | |
"editor.mouseWheelScrollSensitivity": 2, | |
"editor.mouseWheelZoom": true, | |
"editor.smoothScrolling": true, | |
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?", | |
"editor.cursorBlinking": "smooth", | |
"editor.minimap.renderCharacters": false, | |
"editor.minimap.showSlider": "always", | |
"window.menuBarVisibility": "visible", | |
"window.restoreWindows": "all", | |
"window.newWindowDimensions": "inherit", | |
"window.openFilesInNewWindow": "default", | |
"search.showLineNumbers": true, | |
"workbench.editor.closeOnFileDelete": true, | |
"workbench.editor.highlightModifiedTabs": true, | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"sync.gist": "fe44519fa75daba1e5fda2e9cf6c987b", | |
"sync.autoDownload": true, | |
"sync.autoUpload": true, | |
"sync.forceDownload": true, | |
"sync.forceUpload": true, | |
"sync.quietSync": true, | |
"editor.tokenColorCustomizations": { | |
"[Atom One Dark]": { | |
"comments": "#8f8f8f" | |
} | |
}, | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"window.zoomLevel": 0, | |
"workbench.editor.tabSizing": "shrink", | |
"editor.trimAutoWhitespace": false, | |
"explorer.confirmDelete": false, | |
"git.enableSmartCommit": true, | |
"explorer.confirmDragAndDrop": false, | |
"alignment.indentBase": "activeline", | |
"git.autofetch": true, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"eslint.autoFixOnSave": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"java.codeGeneration.generateComments": true, | |
"workbench.colorTheme": "Atom One Dark" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment