Last active
December 18, 2019 07:14
-
-
Save anhpt379/e69406d7963e78ee1d5ab3106e9ec026 to your computer and use it in GitHub Desktop.
This file contains 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":"2019-12-18T07:14:03.625Z","extensionVersion":"v3.4.3"} |
This file contains 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": "c821cdcd-134b-4c94-99ab-34d3cd83ab74", | |
"publisherId": "haaaad.ansible", | |
"publisherDisplayName": "haaaad" | |
}, | |
"name": "ansible", | |
"publisher": "haaaad", | |
"version": "0.2.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": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", | |
"publisherId": "EditorConfig.EditorConfig", | |
"publisherDisplayName": "EditorConfig" | |
}, | |
"name": "EditorConfig", | |
"publisher": "EditorConfig", | |
"version": "0.14.3" | |
}, | |
{ | |
"metadata": { | |
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7", | |
"publisherId": "mhutchie.git-graph", | |
"publisherDisplayName": "mhutchie" | |
}, | |
"name": "git-graph", | |
"publisher": "mhutchie", | |
"version": "1.19.1" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "10.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "38ad8277-d23f-4cfc-becf-c77e41c3f2ee", | |
"publisherId": "spywhere.guides", | |
"publisherDisplayName": "spywhere" | |
}, | |
"name": "guides", | |
"publisher": "spywhere", | |
"version": "0.9.3" | |
}, | |
{ | |
"metadata": { | |
"id": "c941a679-d500-46a8-b2a9-208063125901", | |
"publisherId": "wholroyd.jinja", | |
"publisherDisplayName": "wholroyd" | |
}, | |
"name": "jinja", | |
"publisher": "wholroyd", | |
"version": "0.0.8" | |
}, | |
{ | |
"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": "2b05803e-d7e9-433f-bce9-255e4d4ad79e", | |
"publisherId": "vscoss.vscode-ansible", | |
"publisherDisplayName": "vscoss" | |
}, | |
"name": "vscode-ansible", | |
"publisher": "vscoss", | |
"version": "0.5.2" | |
}, | |
{ | |
"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" | |
}, | |
{ | |
"metadata": { | |
"id": "c856990a-978d-46eb-aa5e-318cd7bfecc6", | |
"publisherId": "shanoor.vscode-nginx", | |
"publisherDisplayName": "shanoor" | |
}, | |
"name": "vscode-nginx", | |
"publisher": "shanoor", | |
"version": "0.6.0" | |
}, | |
{ | |
"metadata": { | |
"id": "2061917f-f76a-458a-8da9-f162de22b97e", | |
"publisherId": "redhat.vscode-yaml", | |
"publisherDisplayName": "redhat" | |
}, | |
"name": "vscode-yaml", | |
"publisher": "redhat", | |
"version": "0.6.1" | |
} | |
] |
This file contains 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.startupEditor": "newUntitledFile", | |
"editor.renderWhitespace": "all", | |
"window.zoomLevel": 0, | |
"editor.fontSize": 14, | |
"editor.rulers": [80, 120], | |
"activityBar.activeBackground": true, | |
"python.pythonPath": "/usr/local/bin/python3", | |
"python.linting.enabled": true, | |
"python.linting.flake8Enabled": true, | |
"python.linting.flake8Path": "/usr/local/bin/flake8", | |
"git.enableSmartCommit": true, | |
"explorer.confirmDragAndDrop": false, | |
"editor.renderIndentGuides": false, | |
"editor.minimap.enabled": false, | |
"terminal.integrated.copyOnSelection": true, | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.cursorStyle": "line", | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"gitlens.blame.ignoreWhitespace": true, | |
"gitblame.ignoreWhitespace": true, | |
"files.autoSave": "onFocusChange", | |
"files.associations": { | |
"*.yml": "ansible-advanced", | |
"production": "ini", | |
"showroom": "ini", | |
"staging": "ini", | |
"data-warehouse": "ini", | |
"data-warehouse-stag": "ini", | |
"hosts": "ini", | |
"*.rules": "jinja-yaml", | |
".ansible-lint": "yaml", | |
".yamllint": "yaml", | |
"*.yaml": "ansible-advanced", | |
"config": "yaml" | |
}, | |
"yaml.format.enable": true, | |
"breadcrumbs.enabled": true, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"workbench.colorTheme": "Default Light+", | |
"gitblame.isWebPathPlural": true, | |
"sync.gist": "e69406d7963e78ee1d5ab3106e9ec026", | |
"sync.autoUpload": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment