Skip to content

Instantly share code, notes, and snippets.

@dethi
Created October 28, 2020 16:01
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 dethi/87fa03f6cd810459a63d3f9887d4c38d to your computer and use it in GitHub Desktop.
Save dethi/87fa03f6cd810459a63d3f9887d4c38d to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-10-28T16:01:13.565Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "897c115a-dfbf-4c20-bafd-1c13fc5d1d80",
"publisherId": "Yummygum.city-lights-icon-vsc",
"publisherDisplayName": "Yummygum"
},
"name": "city-lights-icon-vsc",
"publisher": "Yummygum",
"version": "1.1.3"
},
{
"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": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.15.1"
},
{
"metadata": {
"id": "bc64531a-9b98-46f5-8ef9-88334d02cd60",
"publisherId": "JakeBecker.elixir-ls",
"publisherDisplayName": "JakeBecker"
},
"name": "elixir-ls",
"publisher": "JakeBecker",
"version": "0.6.1"
},
{
"metadata": {
"id": "7328a705-91fc-49e6-8293-da6f112e482d",
"publisherId": "GitHub.github-vscode-theme",
"publisherDisplayName": "GitHub"
},
"name": "github-vscode-theme",
"publisher": "GitHub",
"version": "1.1.5"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.2"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "golang.go",
"publisherDisplayName": "golang"
},
"name": "go",
"publisher": "golang",
"version": "0.18.0"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "2.3.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "5.7.1"
},
{
"metadata": {
"id": "30bcbe00-bac0-497a-838a-eda8e45d1864",
"publisherId": "peterj.proto",
"publisherDisplayName": "peterj"
},
"name": "proto",
"publisher": "peterj",
"version": "0.0.2"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.9.114305"
},
{
"metadata": {
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherDisplayName": "mechatroner"
},
"name": "rainbow-csv",
"publisher": "mechatroner",
"version": "1.7.1"
},
{
"metadata": {
"id": "6bd8cb09-66da-475f-889f-e99c495e07b9",
"publisherId": "korekontrol.saltstack",
"publisherDisplayName": "korekontrol"
},
"name": "saltstack",
"publisher": "korekontrol",
"version": "0.0.8"
},
{
"metadata": {
"id": "4a23294b-fd16-4c51-9759-da9936474cf8",
"publisherId": "hashicorp.terraform",
"publisherDisplayName": "hashicorp"
},
"name": "terraform",
"publisher": "hashicorp",
"version": "2.2.3"
},
{
"metadata": {
"id": "cc4e97b3-c252-4e12-983f-ee5d2101c2cd",
"publisherId": "ms-ossdata.vscode-postgresql",
"publisherDisplayName": "ms-ossdata"
},
"name": "vscode-postgresql",
"publisher": "ms-ossdata",
"version": "0.3.0"
},
{
"metadata": {
"id": "4db62a7c-7d70-419c-96d2-6c3a4dc77ea5",
"publisherId": "bradlc.vscode-tailwindcss",
"publisherDisplayName": "bradlc"
},
"name": "vscode-tailwindcss",
"publisher": "bradlc",
"version": "0.4.3"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+k t",
"command": "workbench.action.terminal.toggleTerminal"
}
]
{
"name": "material-icon-theme",
"version": "2.1.0"
}
{
// Live coding
"window.zoomLevel": 0,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"files.trimTrailingWhitespace": true,
"terminal.external.osxExec": "iTerm.app",
"explorer.openEditors.visible": 0,
"editor.fontFamily": "'Fira Code', Hack, Menlo, Monaco, 'Courier New', monospace",
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.cursorBlinking": "solid",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/*.pyc": true,
"**/__pycache__": true,
"**/_build": true,
"**/deps": true,
"**/.cache": true,
"**/.venv": true
},
"files.associations": {
"*.Jenkinsfile": "groovy"
},
"workbench.activityBar.visible": true,
"editor.fontLigatures": true,
"workbench.fontAliasing": "auto",
"editor.links": false,
"workbench.colorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "GitHub Dark",
"workbench.iconTheme": "city-lights-icons-vsc",
// Extensions
"git.confirmSync": false,
"extensions.ignoreRecommendations": true,
"typescript.check.npmIsInstalled": false,
"git.autofetch": true,
"explorer.confirmDragAndDrop": false,
"sync.gist": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"gitlens.menus": false,
"gitlens.hovers.enabled": false,
"gitlens.mode.statusBar.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.codeLens.scopes": ["document", "containers", "blocks"],
"gitlens.statusBar.command": "gitlens.diffWithWorking",
"gitlens.statusBar.reduceFlicker": true,
"gitlens.currentLine.enabled": false,
"go.formatTool": "goimports",
"go.lintTool": "golangci-lint",
"go.lintFlags": ["--fast"],
"go.lintOnSave": "package",
"gitlens.views.repositories.enabled": false,
"gitlens.views.fileHistory.enabled": false,
"gitlens.views.lineHistory.enabled": false,
"css.lint.important": "warning",
"go.useLanguageServer": true,
"editor.renderWhitespace": "none",
"pgsql.connections": [
{
"host": "localhost",
"dbname": "",
"user": "postgres",
"password": "",
"emptyPasswordInput": false,
"port": "5432"
}
],
"window.autoDetectColorScheme": true,
"tailwindCSS.includeLanguages": {
"plaintext": "html",
"html-eex": "html"
}
}
{
/*
// Place your snippets for Go here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, ${id} and ${id:label} and ${1:label} for variables. Variables with the same id are connected.
// Example:
"Print to console": {
"prefix": "log",
"body": [
"console.log('$1');",
"$2"
],
"description": "Log output to console"
}
*/
}
{
/*
// Place your snippets for PHP here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, ${id} and ${id:label} and ${1:label} for variables. Variables with the same id are connected.
// Example:
"Print to console": {
"prefix": "log",
"body": [
"console.log('$1');",
"$2"
],
"description": "Log output to console"
}
*/
}
{"version":"3.0.6","status":"disabled","welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment