Skip to content

Instantly share code, notes, and snippets.

@renzon
Last active July 20, 2020 13:10
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 renzon/9db2f71fb31e082187f68eebf4c1da97 to your computer and use it in GitHub Desktop.
Save renzon/9db2f71fb31e082187f68eebf4c1da97 to your computer and use it in GitHub Desktop.
VSCode config
{"lastUpload":"2020-07-20T13:10:47.482Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherDisplayName": "thekalinga"
},
"name": "bootstrap4-vscode",
"publisher": "thekalinga",
"version": "6.1.0"
},
{
"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": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherDisplayName": "xabikos"
},
"name": "JavaScriptSnippets",
"publisher": "xabikos",
"version": "1.8.0"
},
{
"metadata": {
"id": "c941a679-d500-46a8-b2a9-208063125901",
"publisherId": "wholroyd.jinja",
"publisherDisplayName": "wholroyd"
},
"name": "jinja",
"publisher": "wholroyd",
"version": "0.0.8"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.2.0"
},
{
"metadata": {
"id": "2fbb5e91-7f4a-478d-bd66-e8a067eb1de2",
"publisherId": "jairhenrique.pytest-snippets",
"publisherDisplayName": "jairhenrique"
},
"name": "pytest-snippets",
"publisher": "jairhenrique",
"version": "1.0.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.44.4"
},
{
"metadata": {
"id": "126e4983-78cb-433f-a67c-9b07c39c7802",
"publisherId": "auchenberg.vscode-browser-preview",
"publisherDisplayName": "auchenberg"
},
"name": "vscode-browser-preview",
"publisher": "auchenberg",
"version": "0.6.7"
},
{
"metadata": {
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherDisplayName": "johnpapa"
},
"name": "vscode-peacock",
"publisher": "johnpapa",
"version": "3.7.2"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[]
{
"sync.removeExtensions": false,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.gist": "9db2f71fb31e082187f68eebf4c1da97",
"sync.forceUpload": true,
"terminal.integrated.shell.linux": "/bin/bash",
"files.autoSave": "afterDelay",
"git.enableSmartCommit": true,
"python.testing.unittestArgs": [
"-s",
".",
"-p"
],
"explorer.confirmDragAndDrop": false,
"files.exclude": {
"***/*.pyc: {\"when\": \"(basename).py\"}": true,
"**/__pycache__": true,
"**/.idea": true,
"**/.pytest_cache": true
},
"window.zoomLevel": 1,
"git.confirmSync": false,
"editor.renderWhitespace": "all",
"powermode.enabled": true,
"powermode.enableShake": false,
"powermode.presets": "flames",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.jediEnabled": false,
"workbench.iconTheme": "material-icon-theme",
"kite.showWelcomeNotificationOnStartup": false,
"python.languageServer": "Microsoft"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment