Skip to content

Instantly share code, notes, and snippets.

@uplight-dev
Last active April 30, 2020 11:43
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 uplight-dev/cda7026c3a85da37d943f9e3cd2d9379 to your computer and use it in GitHub Desktop.
Save uplight-dev/cda7026c3a85da37d943f9e3cd2d9379 to your computer and use it in GitHub Desktop.
Golang language syntax
{"lastUpload":"2020-04-30T11:43:50.928Z","extensionVersion":"v3.4.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": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "10.12.0"
},
{
"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": "8b5e7d83-3b28-4db4-b82f-6ed0b3f4ed91",
"publisherId": "Everspace.rightclick-git",
"publisherDisplayName": "Everspace"
},
"name": "rightclick-git",
"publisher": "Everspace",
"version": "1.0.0"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "10.1.1"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+oem_102",
"command": "workbench.action.toggleMaximizedPanel"
},
{
"key": "ctrl+d",
"command": "-editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+d",
"command": "editor.action.duplicateSelection"
}
]
{
"workbench.iconTheme": "vscode-icons",
"pomodoro.autoStart": true,
"nimble.timer": {
"series": [
{
"pattern": [
{
"mode": "Work",
"time": "25"
},
{
"mode": "Break",
"time": "5"
}
],
"repeat": "4"
},
{
"pattern": [
{
"mode": "Break",
"time": "15"
}
],
"repeat": "1"
}
]
},
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"git.confirmSync": false,
"vsicons.dontShowNewVersionMessage": true,
"clock.alignment": "Right",
"clock.format": "HH:MM",
"workbench.startupEditor": "newUntitledFile",
"go.formatTool": "goimports",
"git.enableSmartCommit": true,
"files.autoSave": "afterDelay",
"git.rebaseWhenSync": true,
"gitlens.views.repositories.files.layout": "tree",
"explorer.confirmDragAndDrop": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"sync.gist": "cda7026c3a85da37d943f9e3cd2d9379",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.quietSync": false,
"sync.forceUpload": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment