Skip to content

Instantly share code, notes, and snippets.

@jagchat
Created January 23, 2023 15:58
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 jagchat/4ab8edb15cb3cdd5f1b5788be1b53dee to your computer and use it in GitHub Desktop.
Save jagchat/4ab8edb15cb3cdd5f1b5788be1b53dee to your computer and use it in GitHub Desktop.
{
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"workbench.colorTheme": "Visual Studio Light",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"files.associations": {
"*.asax": "html",
"*.Master": "html",
"*.template": "xml",
"*.tsql": "sql"
},
"editor.fontSize": 18,
"editor.fontFamily": "'Inconsolata', Consolas, 'Courier New', monospace",
"editor.fontWeight": 600,
"editor.renameOnType": true,
"security.workspace.trust.untrustedFiles": "open",
"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"
],
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[terraform]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "hashicorp.terraform",
"editor.tabSize": 2
},
"[terraform-vars]": {
"editor.tabSize": 2
},
"tabnine.experimentalAutoImports": true,
"redhat.telemetry.enabled": true,
"terminal.integrated.fontFamily": "MesloLGM NF",
"terminal.integrated.cwd": "/",
"terminal.integrated.splitCwd": "workspaceRoot",
"terminal.integrated.profiles.windows": {
"git-pwsh": {
"source": "PowerShell",
"args": [
"-NoProfile",
"-NoExit",
"-file",
"C:/_Tools/_scripts/PsProfilePoshGit.ps1"
]
}
},
"terminal.integrated.defaultProfile.windows": "git-pwsh"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment