Last active
March 27, 2020 15:39
-
-
Save yongen9696/f5fb45cba40203218a9e0a54b36e3a9d to your computer and use it in GitHub Desktop.
Created on Cognitive Class Labs
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-03-27T15:39:49.201Z","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": "2be7cf14-2603-402e-9771-fd79df83cdf8", | |
"publisherId": "twxs.cmake", | |
"publisherDisplayName": "twxs" | |
}, | |
"name": "cmake", | |
"publisher": "twxs", | |
"version": "0.0.17" | |
}, | |
{ | |
"metadata": { | |
"id": "7c889349-8749-43d4-8b5e-08939936d7f4", | |
"publisherId": "ms-vscode.cmake-tools", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "cmake-tools", | |
"publisher": "ms-vscode", | |
"version": "1.3.1" | |
}, | |
{ | |
"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": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"publisherId": "ms-python.python", | |
"publisherDisplayName": "ms-python" | |
}, | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2020.3.69010" | |
}, | |
{ | |
"metadata": { | |
"id": "b4dafd66-c576-4e65-9448-62ae60f6915d", | |
"publisherId": "juliensanmartin.vscode-depcheck", | |
"publisherDisplayName": "juliensanmartin" | |
}, | |
"name": "vscode-depcheck", | |
"publisher": "juliensanmartin", | |
"version": "1.2.1" | |
}, | |
{ | |
"metadata": { | |
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643", | |
"publisherId": "DavidAnson.vscode-markdownlint", | |
"publisherDisplayName": "DavidAnson" | |
}, | |
"name": "vscode-markdownlint", | |
"publisher": "DavidAnson", | |
"version": "0.34.0" | |
}, | |
{ | |
"metadata": { | |
"id": "fd6d3dc6-b307-4589-82a6-78e2afec3d77", | |
"publisherId": "johnpapa.winteriscoming", | |
"publisherDisplayName": "johnpapa" | |
}, | |
"name": "winteriscoming", | |
"publisher": "johnpapa", | |
"version": "1.4.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
// Place your key bindings in this file to override the defaults | |
[ | |
{ | |
"key": "ctrl+tab", | |
"command": "workbench.action.nextEditor" | |
}, | |
{ | |
"key": "ctrl+shift+tab", | |
"command": "workbench.action.previousEditor" | |
} | |
] |
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.colorTheme": "Monokai", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"python.jediEnabled": false, | |
"terminal.integrated.inheritEnv": true, | |
"explorer.confirmDelete": false, | |
"python.terminal.activateEnvInCurrentTerminal": true, | |
"python.terminal.executeInFileDir": true, | |
"explorer.confirmDragAndDrop": false, | |
"window.zoomLevel": 0, | |
"editor.fontWeight": "500", | |
"python.autoComplete.addBrackets": true, | |
"python.linting.pylintEnabled": true, | |
"python.linting.pylintArgs": [ | |
"--enable=W0614", | |
"--disable=C0103", | |
"--disable=C0303", | |
"--extension-pkg-whitelist=cv2" | |
], | |
"python.dataScience.sendSelectionToInteractiveWindow": false, | |
"editor.cursorStyle": "block-outline", | |
"editor.autoClosingBrackets": "always", | |
"editor.fontSize": 16, | |
"terminal.integrated.scrollback": 100000, | |
"editor.tabSize": 3, | |
"editor.wordWrap": "bounded", | |
"editor.wordWrapColumn": 170, | |
"terminal.integrated.fastScrollSensitivity": 8, | |
"sync.gist": "f5fb45cba40203218a9e0a54b36e3a9d", | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment