Skip to content

Instantly share code, notes, and snippets.

@alvaropalmeirao
Last active October 18, 2019 13:48
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 alvaropalmeirao/4b2cdb9f4ba8f3ebd692e2c4cb86eb8c to your computer and use it in GitHub Desktop.
Save alvaropalmeirao/4b2cdb9f4ba8f3ebd692e2c4cb86eb8c to your computer and use it in GitHub Desktop.
keybase.md
{"lastUpload":"2019-10-18T13:48:14.337Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "a13b548d-0631-44fb-99ee-b398ab61c9bc",
"publisherId": "dhoeric.ansible-vault",
"publisherDisplayName": "dhoeric"
},
"name": "ansible-vault",
"publisher": "dhoeric",
"version": "0.1.3"
},
{
"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": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherDisplayName": "donjayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.4.6"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.1.1"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.Material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.28.2"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2019.10.41019"
},
{
"metadata": {
"id": "4a23294b-fd16-4c51-9759-da9936474cf8",
"publisherId": "mauve.terraform",
"publisherDisplayName": "mauve"
},
"name": "terraform",
"publisher": "mauve",
"version": "1.4.0"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "0.8.1"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "9.4.0"
}
]
{
"editor.minimap.enabled": false,
"workbench.startupEditor": "newUntitledFile",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"workbench.editor.enablePreview": false,
"workbench.editor.highlightModifiedTabs": true,
"workbench.colorTheme": "One Dark Pro Vivid",
"window.zoomLevel": 0,
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
"terraform.path": "/usr/local/bin/terraform",
"workbench.list.multiSelectModifier": "shift",
"gitlens.advanced.messages": {
"suppressFileNotUnderSourceControlWarning": true
},
"editor.defaultFormatter": "mauve.terraform",
"ansibleVault.keyfile": "~/.ansible_vault/icarus",
"terraform.indexing": {
"enabled": false,
"liveIndexing": false,
"delay": 500,
"exclude": [
".terraform/**/*",
"**/.terraform/**/*"
]
},
"terraform.languageServer": {
"enabled": true,
"args": []
},
"sync.gist": "4b2cdb9f4ba8f3ebd692e2c4cb86eb8c",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.removeExtensions": false,
"files.insertFinalNewline": true,
"workbench.editor.showTabs": true,
"workbench.editor.tabSizing": "shrink"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment