Skip to content

Instantly share code, notes, and snippets.

@PopeFelix
Last active March 25, 2020 16:58
Show Gist options
  • Select an option

  • Save PopeFelix/23af0ccfaa7bc3a7510aea514415510a to your computer and use it in GitHub Desktop.

Select an option

Save PopeFelix/23af0ccfaa7bc3a7510aea514415510a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-03-25T16:56:24.822Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "58b2ca33-37f6-44b0-a759-b6208ff244b8",
"publisherId": "dsteenman.cloudformation-yaml-snippets",
"publisherDisplayName": "dsteenman"
},
"name": "cloudformation-yaml-snippets",
"publisher": "dsteenman",
"version": "2.3.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": "8ba3b75c-ebfe-486c-bc16-21182deccdd8",
"publisherId": "shtian.jest-snippets-standard",
"publisherDisplayName": "shtian"
},
"name": "jest-snippets-standard",
"publisher": "shtian",
"version": "1.0.3"
},
{
"metadata": {
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df",
"publisherId": "ms-vscode-remote.remote-containers",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-containers",
"publisher": "ms-vscode-remote",
"version": "0.106.0"
},
{
"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.50.1"
},
{
"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.50.1"
},
{
"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.42.4"
},
{
"metadata": {
"id": "941e9d4c-7197-4cda-88ce-fe58b5262646",
"publisherId": "TimVaneker.serverless-snippets",
"publisherDisplayName": "TimVaneker"
},
"name": "serverless-snippets",
"publisher": "TimVaneker",
"version": "0.1.0"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.13.1"
},
{
"metadata": {
"id": "23d72dfc-8dd1-4e30-926e-8783b4378f13",
"publisherId": "ms-vscode-remote.vscode-remote-extensionpack",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "vscode-remote-extensionpack",
"publisher": "ms-vscode-remote",
"version": "0.20.0"
}
]
{
"sync.gist": "23af0ccfaa7bc3a7510aea514415510a",
"git.autofetch": true,
"javascript.format.enable": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"yaml.customTags": [
"!And",
"!And sequence",
"!If",
"!If sequence",
"!Not",
"!Not sequence",
"!Equals",
"!Equals sequence",
"!Or",
"!Or sequence",
"!FindInMap",
"!FindInMap sequence",
"!Base64",
"!Join",
"!Join sequence",
"!Cidr",
"!Ref",
"!Sub",
"!Sub sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!ImportValue sequence",
"!Select",
"!Select sequence",
"!Split",
"!Split sequence"
],
"cfnLint.validateUsingJsonSchema": false,
"yaml.validate": false,
"aws.telemetry": true,
"aws.profile": "profile:fantasy-dev",
"diffEditor.ignoreTrimWhitespace": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment