Skip to content

Instantly share code, notes, and snippets.

@binfeng
Last active August 8, 2020 17:56
Show Gist options
  • Save binfeng/8a480ac59fa69dee76d5663f62fe5eba to your computer and use it in GitHub Desktop.
Save binfeng/8a480ac59fa69dee76d5663f62fe5eba to your computer and use it in GitHub Desktop.
{"lastUpload":"2020-07-21T05:46:34.873Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "0a65801d-48ea-40e8-840a-279ca1283dcb",
"publisherId": "cliffordfajardo.highlight-line-vscode",
"publisherDisplayName": "cliffordfajardo"
},
"name": "highlight-line-vscode",
"publisher": "cliffordfajardo",
"version": "0.0.1"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.6.91350"
},
{
"metadata": {
"id": "0c9d43ad-d1d0-4e2a-8246-fe7b296162a8",
"publisherId": "alphabotsec.vscode-eclipse-keybindings",
"publisherDisplayName": "alphabotsec"
},
"name": "vscode-eclipse-keybindings",
"publisher": "alphabotsec",
"version": "0.12.0"
},
]
{
"agentPort": 43927,
"osReleaseId": "debian",
"arch": "x86_64",
"webUiAccessToken": "",
"sshAuthSock": "/tmp/ssh-vj8lA5AOgB/agent.1009270",
"tmpDir": "/run/user/370030",
"platform": "linux",
"pid": 15212,
"ipcHandlePath": "/var/folders/w7/vb3f39jn4v749bdzsnvlqfrm00b9bf/T/vscode-ssh-askpass-2b1410e48e3f5067f265b1fad0271566267869f6.sock",
"socksPort": 64669,
"startupTime": 1594233133709
}
// {
// "key": "cmd+enter",
// "command": "python.datascience.runcurrentcell",
// "when": "editorTextFocus && python.datascience.featureenabled && python.datascience.hascodecells && !editorHasSelection"
// },
// {
// "key": "ctrl+enter",
// "command": "-python.datascience.runcurrentcell",
// "when": "editorTextFocus && python.datascience.featureenabled && python.datascience.hascodecells && !editorHasSelection"
// },
// {
// "key": "ctrl+`",
// "command": "workbench.action.terminal.focus"
// },
// {
// "key": "ctrl+`",
// "command": "workbench.action.focusActiveEditorGroup",
// "when": "terminalFocus"
// }
[
{
"key": "cmd+enter",
"command": "python.datascience.runcell"
},
{
"key": "cmd+enter",
"command": "python.datascience.notebookeditor.runselectedcell"
},
{
"key": "shift+enter",
"command": "-python.datascience.runcurrentcelladvance",
"when": "editorTextFocus && python.datascience.featureenabled && python.datascience.hascodecells && !editorHasSelection"
},
{
"key": "cmd+enter",
"command": "python.datascience.runcurrentcell"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
// {
// "key": "ctrl+`",
// "command": "workbench.action.terminal.focus"
// },
// {
// "key": "ctrl+`",
// "command": "workbench.action.focusActiveEditorGroup",
// "when": "terminalFocus"
// }
]
{
"editor.snippetSuggestions": "top",
"python.autoComplete.addBrackets": true,
"workbench.colorTheme": "Default Light+",
"editor.acceptSuggestionOnCommitCharacter": true,
"editor.acceptSuggestionOnEnter": "on",
"emmet.showSuggestionsAsSnippets": true,
"python.analysis.memory.keepLibraryLocalVariables": true,
"python.analysis.memory.keepLibraryAst": true,
"python.dataScience.allowUnauthorizedRemoteConnection": true,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.macOptionClickForcesSelection": true,
"window.title": "${activeEditorLong}${separator}${rootName}",
"workbench.editor.enablePreview": false,
"remote.extensionKind": {
"ms-azuretools.vscode-docker": "workspace"
},
// "docker.host": "ssh://[email protected]",
"python.jediEnabled": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.linting.pylintArgs": [
"--load-plugins",
"pylint_django",
"--indent-string=' '",
"--disable=Cxxxx"
],
"editor.tabSize": 2,
"[python]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"python.formatting.autopep8Args": [
"--indent-size=2"
],
"editor.detectIndentation": false,
"python.formatting.provider": "autopep8",
"python.linting.enabled": false,
"python.linting.pylintEnabled": false,
"python.linting.pycodestyleEnabled": false,
"python.linting.pycodestyleArgs": [
"--ignore=E501"
],
"files.autoSave": "afterDelay",
"kite.showWelcomeNotificationOnStartup": false,
"editor.fontSize": 13,
"editor.definitionLinkOpensInPeek": true,
"files.trimTrailingWhitespace": true,
"tabnine.experimentalAutoImports": true,
"explorer.confirmDelete": false,
"window.zoomLevel": 0,
"[json]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"python.languageServer": "Microsoft",
"python.dataScience.jupyterCommandLineArguments": [
],
"editor.largeFileOptimizations": false,
"git.enableSmartCommit": true,
"python.dataScience.textOutputLimit": 0,
"unotes.editor.convertPastedImages": true,
"git.allowForcePush": true,
"git.autoStash": true,
"git.fetchOnPull": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment