Skip to content

Instantly share code, notes, and snippets.

@divv
Last active June 15, 2020 00:45
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 divv/d65ba8150bab62587283 to your computer and use it in GitHub Desktop.
Save divv/d65ba8150bab62587283 to your computer and use it in GitHub Desktop.
{"lastUpload":"2020-06-15T00:45:11.281Z","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.12.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": "52a9b6d2-38d8-44b5-8d11-1ced151c24e1",
"publisherId": "josephtbradley.hive-sql",
"publisherDisplayName": "josephtbradley"
},
"name": "hive-sql",
"publisher": "josephtbradley",
"version": "0.0.4"
},
{
"metadata": {
"id": "8b477a76-974c-403d-a454-58028c1709d1",
"publisherId": "samuelcolvin.jinjahtml",
"publisherDisplayName": "samuelcolvin"
},
"name": "jinjahtml",
"publisher": "samuelcolvin",
"version": "0.13.0"
},
{
"metadata": {
"id": "4633f70f-5e36-4a72-a070-770dae7e232c",
"publisherId": "chris-rimmer.liquibase-snippets",
"publisherDisplayName": "chris-rimmer"
},
"name": "liquibase-snippets",
"publisher": "chris-rimmer",
"version": "1.3.0"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.1.0"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "material-theme",
"publisher": "zhuangtongfa",
"version": "3.8.0"
},
{
"metadata": {
"id": "acfa08ec-e98b-4b39-8561-1bf1938e71da",
"publisherId": "jakebathman.mysql-syntax",
"publisherDisplayName": "jakebathman"
},
"name": "mysql-syntax",
"publisher": "jakebathman",
"version": "1.3.1"
},
{
"metadata": {
"id": "d4e2a48f-0b88-4540-92c5-a4ab4dd2c813",
"publisherId": "liviuschera.noctis",
"publisherDisplayName": "liviuschera"
},
"name": "noctis",
"publisher": "liviuschera",
"version": "10.35.1"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "11.0.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.44.2"
},
{
"metadata": {
"id": "610d05b4-6abd-4356-b98c-0e5abd1de651",
"publisherId": "shinichi-takii.sql-bigquery",
"publisherDisplayName": "shinichi-takii"
},
"name": "sql-bigquery",
"publisher": "shinichi-takii",
"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": "1.2.1"
},
{
"metadata": {
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherDisplayName": "johnpapa"
},
"name": "vscode-peacock",
"publisher": "johnpapa",
"version": "3.7.2"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+k ctrl+shift+t",
"command": "workbench.action.tasks.test"
},
{
"key": "ctrl+k ctrl+shift+p",
"command": "workbench.action.tasks.runTask"
}
]
{
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "One Dark Pro",
"workbench.panel.defaultLocation": "right",
"breadcrumbs.enabled": true,
"editor.fontFamily": "'Fira Code Medium', Consolas, monospace",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"editor.fontWeight": "400",
"editor.rulers": [
79,
120,
160
],
"editor.multiCursorModifier": "alt",
"editor.suggestSelection": "first",
"editor.renderWhitespace": "all",
"window.zoomLevel": 0,
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"explorer.confirmDelete": false,
"git.confirmSync": false,
"git.autofetch": true,
"gitlens.blame.ignoreWhitespace": true,
"gitlens.defaultDateShortFormat": "YYYY-MM-DD",
"gitlens.defaultDateFormat": "YYYY-MM-DD HH:mm:ss",
"[sql]": {},
"files.associations": {
"*.sql": "sql"
},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"merge-conflict.diffViewPosition": "Below",
"python.analysis.diagnosticPublishDelay": 500,
"python.analysis.disabled": [
"unresolved-import",
"undefined-variable"
],
"python.jediEnabled": false,
"yaml.customTags": [
"!Base64 mapping",
"!Cidr sequence",
"!FindInMap sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!Join sequence",
"!Ref",
"!Select sequence",
"!Split sequence",
"!Sub",
"!Transform mapping",
"!Not sequence",
"!Equals sequence",
"!And",
"!And sequence",
"!If",
"!If sequence",
"!Not",
"!Equals",
"!Or",
"!Or sequence",
"!FindInMap",
"!Base64",
"!Join",
"!Cidr",
"!Sub sequence",
"!ImportValue sequence",
"!Select",
"!Split"
],
"explorer.confirmDragAndDrop": false,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Vue Green",
"value": "#42b883"
}
],
"sync.gist": "d65ba8150bab62587283",
"sync.autoUpload": true,
"sync.forceUpload": true,
"python.dataScience.sendSelectionToInteractiveWindow": false,
"csv-edit.readOption_hasHeader": "true",
"yaml.validate": false,
"terminal.external.windowsExec": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\Sysnative\\bash.exe",
"terminal.integrated.shellArgs.windows": ["-c", "zsh"],
"terminal.integrated.shell.linux": "/bin/zsh",
"terminal.integrated.fontFamily": "Fira Code Medium",
"workbench.colorCustomizations": {
"terminal.background":"#282C34",
"terminal.foreground":"#ABB2BF",
"terminalCursor.background":"#ABB2BF",
"terminalCursor.foreground":"#ABB2BF",
"terminal.ansiBlack":"#282C34",
"terminal.ansiBlue":"#61AFEF",
"terminal.ansiBrightBlack":"#545862",
"terminal.ansiBrightBlue":"#61AFEF",
"terminal.ansiBrightCyan":"#56B6C2",
"terminal.ansiBrightGreen":"#98C379",
"terminal.ansiBrightMagenta":"#C678DD",
"terminal.ansiBrightRed":"#E06C75",
"terminal.ansiBrightWhite":"#C8CCD4",
"terminal.ansiBrightYellow":"#E5C07B",
"terminal.ansiCyan":"#56B6C2",
"terminal.ansiGreen":"#98C379",
"terminal.ansiMagenta":"#C678DD",
"terminal.ansiRed":"#E06C75",
"terminal.ansiWhite":"#ABB2BF",
"terminal.ansiYellow":"#E5C07B"
},
"debug.onTaskErrors": "debugAnyway",
"projectManager.groupList": true,
"sql-formatter.uppercase": true,
"sqltools.defaultExportType": "csv",
"serverlessIDE.validate": false,
// black formatter
"python.formatting.provider": "black",
"python.formatting.blackArgs":[
"--line-length=120",
],
// auto format python files on save
// "editor.formatOnSave": false,
// "[python]": {
// "editor.formatOnSave": true,
// // organise imports on save
// "editor.codeActionsOnSave": {
// "source.organizeImports": true
// }
// },
// enable linting
"python.linting.enabled": true,
"python.linting.lintOnSave": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": [
"--max-line-length=120"
],
// file linting operations
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment