Skip to content

Instantly share code, notes, and snippets.

@blvrd
Last active July 15, 2019 20:56
Show Gist options
  • Save blvrd/9ee431e3304bcb7fddc4cb895816e5d0 to your computer and use it in GitHub Desktop.
Save blvrd/9ee431e3304bcb7fddc4cb895816e5d0 to your computer and use it in GitHub Desktop.
VS Code
{"lastUpload":"2019-07-15T20:56:10.566Z","extensionVersion":"v3.4.0"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.0"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "ms-vscode.Go",
"publisherDisplayName": "ms-vscode"
},
"name": "Go",
"publisher": "ms-vscode",
"version": "0.11.4"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "rebornix.ruby",
"publisherDisplayName": "rebornix"
},
"name": "ruby",
"publisher": "rebornix",
"version": "0.24.1"
},
{
"metadata": {
"id": "349e83e2-207c-4309-a8d2-dfa43f7ee0c9",
"publisherId": "castwide.solargraph",
"publisherDisplayName": "castwide"
},
"name": "solargraph",
"publisher": "castwide",
"version": "0.20.0"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.8.2"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "29.2.0"
},
{
"metadata": {
"id": "4db62a7c-7d70-419c-96d2-6c3a4dc77ea5",
"publisherId": "bradlc.vscode-tailwindcss",
"publisherDisplayName": "bradlc"
},
"name": "vscode-tailwindcss",
"publisher": "bradlc",
"version": "0.2.0"
}
]
{
"workbench.colorTheme": "Material Theme High Contrast",
"vim.easymotion": true,
"vim.leader": "<space>",
"editor.fontSize": 14,
"editor.fontFamily": "IBM Plex Mono",
"editor.lineNumbers": "relative",
"files.autoSave": "afterDelay",
"editor.tabSize": 2,
"vim.easymotionMarkerFontFamily": "IBM Plex Mono",
"vim.easymotionMarkerHeight": 20,
"workbench.startupEditor": "newUntitledFile",
"sync.gist": "9ee431e3304bcb7fddc4cb895816e5d0",
"sync.forceUpload": true,
"go.formatTool": "goimports",
"go.useLanguageServer": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment