Skip to content

Instantly share code, notes, and snippets.

@jarulsamy
Created July 20, 2020 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarulsamy/a1a11a59eeadf0b429b1c357c4d51238 to your computer and use it in GitHub Desktop.
Save jarulsamy/a1a11a59eeadf0b429b1c357c4d51238 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-20T03:06:02.042Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "fa57ae0e-d21e-40d8-a0bb-a58b5fd9ead3",
"publisherId": "ms-vscode.atom-keybindings",
"publisherDisplayName": "ms-vscode"
},
"name": "atom-keybindings",
"publisher": "ms-vscode",
"version": "3.0.8"
},
{
"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": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.29.0"
},
{
"metadata": {
"id": "2145d811-2c3c-4b14-bd14-e32ff10bfa58",
"publisherId": "tcwalther.cython",
"publisherDisplayName": "tcwalther"
},
"name": "cython",
"publisher": "tcwalther",
"version": "0.1.0"
},
{
"metadata": {
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherDisplayName": "yzhang"
},
"name": "markdown-all-in-one",
"publisher": "yzhang",
"version": "3.1.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.7.94776"
},
{
"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.51.0"
},
{
"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.51.0"
},
{
"metadata": {
"id": "f5d7ffda-c1d6-4070-ba80-803c705a1ee6",
"publisherId": "monokai.theme-monokai-pro-vscode",
"publisherDisplayName": "monokai"
},
"name": "theme-monokai-pro-vscode",
"publisher": "monokai",
"version": "1.1.17"
},
{
"metadata": {
"id": "364d2426-116a-433a-a5d8-a5098dc3afbd",
"publisherId": "ms-python.vscode-pylance",
"publisherDisplayName": "ms-python"
},
"name": "vscode-pylance",
"publisher": "ms-python",
"version": "2020.7.2"
},
{
"metadata": {
"id": "f2fd462f-f1bd-4c62-b54f-59a4e5ffc6a3",
"publisherId": "WakaTime.vscode-wakatime",
"publisherDisplayName": "WakaTime"
},
"name": "vscode-wakatime",
"publisher": "WakaTime",
"version": "4.0.0"
}
]
{
"atomKeymap.promptV3Features": true,
"editor.cursorSmoothCaretAnimation": false,
"editor.fontFamily": "Cascadia Code",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.hover.delay": 10,
"editor.multiCursorModifier": "ctrlCmd",
"editor.quickSuggestionsDelay": 0,
"editor.smoothScrolling": true,
"editor.tabCompletion": "on",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.incrementalNaming": "smart",
"files.insertFinalNewline": true,
"files.maxMemoryForLargeFilesMB": 4096,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/__pycache__": true
},
"git.ignoreMissingGitWarning": true,
"python.analysis.diagnosticPublishDelay": 10,
"python.analysis.memory.keepLibraryAst": true,
"python.analysis.memory.keepLibraryLocalVariables": true,
"python.dataScience.sendSelectionToInteractiveWindow": false,
"python.formatting.provider": "black",
"python.jediMemoryLimit": -1,
"python.languageServer": "Pylance",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pycodestyleEnabled": false,
"python.linting.pycodestyleArgs": [
"--ignore=E501,E128,E123,E402",
"--enable=W0614"
],
"python.linting.flake8Args": [
"--ignore=E501,E128,E123,E402",
"--enable=W0614"
],
"search.showLineNumbers": true,
"search.smartCase": true,
"terminal.integrated.inheritEnv": false,
"window.zoomLevel": 1,
"workbench.colorTheme": "Monokai Pro",
"workbench.editor.highlightModifiedTabs": true,
"workbench.iconTheme": "Monokai Pro Icons",
"workbench.sideBar.location": "left",
"workbench.startupEditor": "none",
"workbench.tips.enabled": false,
"workbench.tree.renderIndentGuides": "always",
"workbench.view.alwaysShowHeaderActions": true,
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment