Skip to content

Instantly share code, notes, and snippets.

@phelewski
Created March 9, 2020 13:04
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 phelewski/666255303a9f82e32759785c680cd12c to your computer and use it in GitHub Desktop.
Save phelewski/666255303a9f82e32759785c680cd12c to your computer and use it in GitHub Desktop.
Visual Studios Code Remote - Container Blog | Example Ruby Project devcontainer.json YAML Partial
{
"extensions": [
"redhat.vscode-yaml"
],
"settings": {
"yaml.format.singleQuote": true,
"yaml.customTags": [
"!And sequence",
"!Cidr sequence",
"!Equals sequence",
"!FindInMap sequence",
"!If sequence",
"!ImportValue sequence",
"!Join sequence",
"!Not sequence",
"!Or sequence",
"!Select sequence",
"!Split sequence",
"!Sub sequence",
"!And",
"!Base64",
"!Cidr",
"!Equals",
"!FindInMap",
"!GetAtt",
"!GetAZs",
"!If",
"!ImportValue",
"!Join"
"!Not",
"!Or",
"!Ref",
"!Select",
"!Split",
"!Sub",
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment