Skip to content

Instantly share code, notes, and snippets.

@hayatibis
Created May 18, 2023 14:35
Show Gist options
  • Save hayatibis/a3b901f709d862a35d823ee44ffffccb to your computer and use it in GitHub Desktop.
Save hayatibis/a3b901f709d862a35d823ee44ffffccb to your computer and use it in GitHub Desktop.
VSCode settings (2023)
{
"[python]": {
"editor.formatOnType": true
},
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Noctis Azureus",
"workbench.preferredDarkColorTheme": "Noctis Azureus",
"workbench.sideBar.location": "right",
"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"
],
"redhat.telemetry.enabled": false,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment