Last active
November 25, 2019 07:46
-
-
Save smjure/bbc18f481fbed56ce2801aae9e4c27bc to your computer and use it in GitHub Desktop.
Settings_Sync_Windows
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-11-25T07:46:39.314Z","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": "5178733e-4b02-4829-95c5-1ce970847c23", | |
"publisherId": "teabyii.ayu", | |
"publisherDisplayName": "teabyii" | |
}, | |
"name": "ayu", | |
"publisher": "teabyii", | |
"version": "0.18.0" | |
}, | |
{ | |
"metadata": { | |
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3", | |
"publisherId": "formulahendry.code-runner", | |
"publisherDisplayName": "formulahendry" | |
}, | |
"name": "code-runner", | |
"publisher": "formulahendry", | |
"version": "0.9.15" | |
}, | |
{ | |
"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": "5960f38e-0bbe-4644-8f9c-9c8824e82511", | |
"publisherId": "donjayamanne.githistory", | |
"publisherDisplayName": "donjayamanne" | |
}, | |
"name": "githistory", | |
"publisher": "donjayamanne", | |
"version": "0.4.6" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "10.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "16f49f82-0071-4930-b6b5-b3e3ccd5fb0d", | |
"publisherId": "AffenWiesel.matlab-formatter", | |
"publisherDisplayName": "AffenWiesel" | |
}, | |
"name": "matlab-formatter", | |
"publisher": "AffenWiesel", | |
"version": "2.4.12" | |
}, | |
{ | |
"metadata": { | |
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"publisherId": "ms-python.python", | |
"publisherDisplayName": "ms-python" | |
}, | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2019.11.50794" | |
}, | |
{ | |
"metadata": { | |
"id": "34647879-c168-49c3-8cb4-f7705064ca32", | |
"publisherId": "ms-vscode.Theme-PredawnKit", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "Theme-PredawnKit", | |
"publisher": "ms-vscode", | |
"version": "0.1.4" | |
}, | |
{ | |
"metadata": { | |
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260", | |
"publisherId": "Equinusocio.vsc-material-theme", | |
"publisherDisplayName": "Equinusocio" | |
}, | |
"name": "vsc-material-theme", | |
"publisher": "Equinusocio", | |
"version": "30.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "f3cbfb84-b1e1-40ff-b70f-877253461260", | |
"publisherId": "KevinRose.vsc-python-indent", | |
"publisherDisplayName": "KevinRose" | |
}, | |
"name": "vsc-python-indent", | |
"publisher": "KevinRose", | |
"version": "1.8.1" | |
}, | |
{ | |
"metadata": { | |
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444", | |
"publisherId": "VisualStudioExptTeam.vscodeintellicode", | |
"publisherDisplayName": "VisualStudioExptTeam" | |
}, | |
"name": "vscodeintellicode", | |
"publisher": "VisualStudioExptTeam", | |
"version": "1.2.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 defaultsauto[] | |
[ | |
{ | |
"key": "shift+alt+down", | |
"command": "editor.action.copyLinesDownAction", | |
"when": "editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "shift+alt+up", | |
"command": "editor.action.copyLinesUpAction", | |
"when": "editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "ctrl+f5", | |
"command": "workbench.action.debug.start", | |
"when": "!inDebugMode" | |
}, | |
{ | |
"key": "f5", | |
"command": "-workbench.action.debug.start", | |
"when": "!inDebugMode" | |
}, | |
{ | |
"key": "shift+alt+f", | |
"command": "-editor.action.formatDocument", | |
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "f5", | |
"command": "-workbench.action.debug.continue", | |
"when": "inDebugMode" | |
}, | |
{ | |
"key": "ctrl+r", | |
"command": "editor.action.commentLine", | |
"when": "editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "ctrl+oem_2", | |
"command": "-editor.action.commentLine", | |
"when": "editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "f5", | |
"command": "python.execInTerminal" | |
}, | |
{ | |
"key": "ctrl+i", | |
"command": "editor.action.reindentselectedlines" | |
}, | |
{ | |
"key": "f9", | |
"command": "-editor.debug.action.toggleBreakpoint", | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "shift+enter", | |
"command": "-python.execSelectionInTerminal", | |
"when": "editorTextFocus && !findInputFocussed && !python.datascience.ownsSelection && !replaceInputFocussed && editorLangId == 'python'" | |
}, | |
{ | |
"key": "ctrl+alt+enter", | |
"command": "-jupyter.runSelectionLine", | |
"when": "editorFocus && !findWidgetVisible && !replaceActive && !searchViewletVisible" | |
}, | |
{ | |
"key": "f9", | |
"command": "python.datascience.execSelectionInteractive", | |
"when": "editorTextFocus && python.datascience.featureenabled && python.datascience.ownsSelection && !findInputFocussed && !replaceInputFocussed && editorLangId == 'python'" | |
}, | |
{ | |
"key": "shift+enter", | |
"command": "-python.datascience.execSelectionInteractive", | |
"when": "editorTextFocus && python.datascience.featureenabled && python.datascience.ownsSelection && !findInputFocussed && !replaceInputFocussed && editorLangId == 'python'" | |
}, | |
{ | |
"key": "f9", | |
"command": "python.datascience.runfromline" | |
}, | |
{ | |
"key": "f5", | |
"command": "code-runner.run" | |
}, | |
{ | |
"key": "ctrl+alt+n", | |
"command": "-code-runner.run" | |
}, | |
{ | |
"key": "ctrl+tab", | |
"command": "editor.action.reindentlines" | |
}, | |
{ | |
"key": "ctrl+shift+c", | |
"command": "workbench.action.terminal.new" | |
}, | |
{ | |
"key": "ctrl+shift+oem_3", | |
"command": "-workbench.action.terminal.new" | |
}, | |
{ | |
"key": "alt+j", | |
"command": "python.datascience.createnewnotebook" | |
}, | |
{ | |
"key": "ctrl+shift+e", | |
"command": "workbench.action.openProcessExplorer" | |
}, | |
{ | |
"key": "ctrl+shift+e", | |
"command": "-workbench.view.explorer" | |
}, | |
{ | |
"key": "ctrl+shift+e", | |
"command": "-workbench.action.quickOpenNavigatePreviousInFilePicker", | |
"when": "inFilesPicker && inQuickOpen" | |
}, | |
{ | |
"key": "ctrl+alt+s", | |
"command": "workbench.action.files.saveFiles" | |
} | |
] |
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
{ | |
"cwd": "${fileDirname}", // activate current dir, useful for debuggin purposes | |
"python.pythonPath": "venv\\Scripts\\python.exe", // "C://Users//Razer//Anaconda3//pythonw.exe", | |
"terminal.integrated.rendererType": "dom", | |
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe", | |
"matlab-formatter.indentwidth": 4, | |
"workbench.activityBar.visible": true, | |
"workbench.sideBar.location": "left", | |
"workbench.settings.editor":"json", | |
"workbench.colorTheme": "Material Theme Darker High Contrast", | |
"workbench.iconTheme": "ayu", | |
"editor.suggestSelection": "first", | |
"editor.fontSize": 16, | |
"terminal.integrated.fontSize": 16, | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"python.jediEnabled": false, | |
"python.formatting.provider": "black", | |
"code-runner.executorMap": { | |
"python": "$pythonPath -u $fullFileName" | |
}, | |
"code-runner.saveFileBeforeRun": true, | |
"code-runner.clearPreviousOutput": true, | |
"code-runner.showExecutionMessage": false, | |
"python.dataScience.askForKernelRestart": false, | |
"workbench.colorCustomizations": { | |
"editor.selectionBackground":"#008000", | |
"editor.selectionHighlightBackground": "#135564" | |
}, | |
"explorer.confirmDelete": false, | |
"git.enableSmartCommit": true, | |
"git.autofetch": true, | |
"git.confirmSync": false, | |
"sync.gist": "bbc18f481fbed56ce2801aae9e4c27bc", | |
"sync.autoUpload": false, | |
"sync.autoDownload": false, | |
"sync.quietSync": false, | |
"workbench.editor.revealIfOpen": true, | |
"window.zoomLevel": -1, | |
"editor.minimap.enabled": false, | |
"breadcrumbs.enabled": true, | |
"editor.renderWhitespace": "none", | |
"editor.renderControlCharacters": false // F12 goes to module in already opened script (in case if it's already opened) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment