Skip to content

Instantly share code, notes, and snippets.

@evansmwendwa
Last active December 18, 2019 16:34
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 evansmwendwa/9f2945b404ec93d2f002da209e5d0869 to your computer and use it in GitHub Desktop.
Save evansmwendwa/9f2945b404ec93d2f002da209e5d0869 to your computer and use it in GitHub Desktop.
{"lastUpload":"2019-12-18T16:34:36.775Z","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.6"
},
{
"metadata": {
"id": "5178733e-4b02-4829-95c5-1ce970847c23",
"publisherId": "teabyii.ayu",
"publisherDisplayName": "teabyii"
},
"name": "ayu",
"publisher": "teabyii",
"version": "0.18.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": "276fcd36-48fc-4505-bccb-24ec72a7f051",
"publisherId": "phplasma.csv-to-table",
"publisherDisplayName": "phplasma"
},
"name": "csv-to-table",
"publisher": "phplasma",
"version": "1.2.1"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.14.3"
},
{
"metadata": {
"id": "a9151cd6-3338-48bc-bc6e-ba97e22489dd",
"publisherId": "Perkovec.emoji",
"publisherDisplayName": "Perkovec"
},
"name": "emoji",
"publisher": "Perkovec",
"version": "0.0.3"
},
{
"metadata": {
"id": "a6761011-549f-4561-ae6d-cc9c7a040710",
"publisherId": "fisheva.eva-theme",
"publisherDisplayName": "fisheva"
},
"name": "eva-theme",
"publisher": "fisheva",
"version": "0.7.9"
},
{
"metadata": {
"id": "b3917e4f-5086-4def-a82b-2ae6b708db16",
"publisherId": "flowtype.flow-for-vscode",
"publisherDisplayName": "flowtype"
},
"name": "flow-for-vscode",
"publisher": "flowtype",
"version": "1.5.0"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.0"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "ms-vscode.Go",
"publisherDisplayName": "ms-vscode"
},
"name": "Go",
"publisher": "ms-vscode",
"version": "0.11.9"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.9.2"
},
{
"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": "fb374ce1-5343-46c8-a425-900fdad15523",
"publisherId": "wesbos.theme-cobalt2",
"publisherDisplayName": "wesbos"
},
"name": "theme-cobalt2",
"publisher": "wesbos",
"version": "2.1.6"
},
{
"metadata": {
"id": "802d93e3-0926-4d33-8408-b00d92d6cd0c",
"publisherId": "netcorext.uuid-generator",
"publisherDisplayName": "netcorext"
},
"name": "uuid-generator",
"publisher": "netcorext",
"version": "0.0.4"
},
{
"metadata": {
"id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
"publisherId": "octref.vetur",
"publisherDisplayName": "octref"
},
"name": "vetur",
"publisher": "octref",
"version": "0.22.6"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "0.9.0"
}
]
{
"editor.minimap.enabled": false,
"window.menuBarVisibility": "toggle",
"sync.gist": "9f2945b404ec93d2f002da209e5d0869",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Cobalt2",
"workbench.tree.indent": 20,
"files.exclude": {
"**/__pycache__": true,
"**/.pyc": true
},
"workbench.tree.renderIndentGuides": "always",
"python.linting.flake8Enabled": true,
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"79"
],
"python.linting.pylintArgs": [
"--load-plugins=pylint_django",
"--max-line-length=79"
],
"python.formatting.autopep8Args": [
"--max-line-length",
"79",
"--experimental",
"-a",
"-a"
],
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.rulers": [
79
],
"editor.formatOnSave": true,
"python.envFile": "${workspaceFolder}/env",
"git.suggestSmartCommit": false,
"files.trimFinalNewlines": true,
"atomKeymap.promptV3Features": true,
"editor.formatOnPaste": true,
"terminal.integrated.rendererType": "experimentalWebgl",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment