Skip to content

Instantly share code, notes, and snippets.

@vdemeester
Last active December 22, 2017 17:58
Show Gist options
  • Save vdemeester/af9bbce7a74817fdda9bc0de02001a67 to your computer and use it in GitHub Desktop.
Save vdemeester/af9bbce7a74817fdda9bc0de02001a67 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-12-22T17:57:57.359Z","extensionVersion":"v2.8.7"}
[
{
"metadata": {
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherDisplayName": "alefragnani"
},
"name": "Bookmarks",
"publisher": "alefragnani",
"version": "0.18.0"
},
{
"metadata": {
"id": "353f8b4c-77be-4809-8e4f-0414612dad64",
"publisherId": "avli.clojure",
"publisherDisplayName": "avli"
},
"name": "clojure",
"publisher": "avli",
"version": "0.9.1"
},
{
"metadata": {
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherDisplayName": "formulahendry"
},
"name": "code-runner",
"publisher": "formulahendry",
"version": "0.8.6"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.7"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.11.1"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "6.4.0"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "lukehoban.Go",
"publisherDisplayName": "lukehoban"
},
"name": "Go",
"publisher": "lukehoban",
"version": "0.6.70"
},
{
"metadata": {
"id": "d36bad53-910d-481a-a7ee-8992450665f6",
"publisherId": "mathiasfrohlich.Kotlin",
"publisherDisplayName": "mathiasfrohlich"
},
"name": "Kotlin",
"publisher": "mathiasfrohlich",
"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": "3.2.0"
},
{
"metadata": {
"id": "5b21bd54-5258-4a3e-887f-193d9bb5f063",
"publisherId": "bbenoist.Nix",
"publisherDisplayName": "bbenoist"
},
"name": "Nix",
"publisher": "bbenoist",
"version": "1.0.1"
},
{
"metadata": {
"id": "618b2be8-a710-4d5d-a5c7-40cff3e970e3",
"publisherId": "tootone.org-mode",
"publisherDisplayName": "tootone"
},
"name": "org-mode",
"publisher": "tootone",
"version": "0.5.0"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "0.23.1"
},
{
"metadata": {
"id": "30bcbe00-bac0-497a-838a-eda8e45d1864",
"publisherId": "peterj.proto",
"publisherDisplayName": "peterj"
},
"name": "proto",
"publisher": "peterj",
"version": "0.0.2"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "1.1.2"
},
{
"metadata": {
"id": "faff79ea-83b6-4e20-9fcc-d74dacc491b5",
"publisherId": "Rubymaniac.vscode-direnv",
"publisherDisplayName": "Rubymaniac"
},
"name": "vscode-direnv",
"publisher": "Rubymaniac",
"version": "0.0.2"
},
{
"metadata": {
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherDisplayName": "DavidAnson"
},
"name": "vscode-markdownlint",
"publisher": "DavidAnson",
"version": "0.12.0"
},
{
"metadata": {
"id": "da00c08c-ff11-4cf3-b619-fdbd967d44c5",
"publisherId": "kalitaalexey.vscode-rust",
"publisherDisplayName": "kalitaalexey"
},
"name": "vscode-rust",
"publisher": "kalitaalexey",
"version": "0.4.2"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+t",
"command": "workbench.action.tasks.test"
}
]
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "'Fira Code'",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"go.testOnSave": true,
"go.coverOnSave": true,
"go.gopath": "/home/vincent",
// "go.goroot": "/nix/store/lxw931v8iqrxpsva6vwkrhyrgj2syj5g-go-1.9/share/go",
"go.enableCodeLens": {
"references": false,
"runtest": false
},
"workbench.sideBar.location": "left",
"window.menuBarVisibility": "toggle",
"workbench.iconTheme": "material-icon-theme",
"materialTheme.cache.workbench.settings": {
"themeColours": "Darker",
"accent": "Breaking Bad",
"accentPrevious": "Graphite"
},
"workbench.colorCustomizations": {
"activityBarBadge.background": "#388E3C",
"list.activeSelectionForeground": "#388E3C",
"list.inactiveSelectionForeground": "#388E3C",
"list.highlightForeground": "#388E3C",
"scrollbarSlider.activeBackground": "#388E3C50",
"editorSuggestWidget.highlightForeground": "#388E3C",
"textLink.foreground": "#388E3C",
"progressBar.background": "#388E3C",
"pickerGroup.foreground": "#388E3C",
"tab.activeBorder": "#388E3C"
},
"workbench.colorTheme": "Material Theme",
"workbench.activityBar.visible": false,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"sync.gist": "af9bbce7a74817fdda9bc0de02001a67",
"sync.lastUpload": "2017-11-14T13:41:32.212Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"window.zoomLevel": 0,
"projectManager.groupList": true,
"projectManager.git.baseFolders": [
"/home/vincent/src/github.com/",
"/Users/vincent/src/github.com/"
],
"workbench.panel.location": "right",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"go.formatFlags": [
"-s"
],
"go.formatTool": "gofmt",
"material-icon-theme.showUpdateMessage": false
}
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "'Fira Code'",
"editor.fontSize": 14,
"editor.fontLigatures": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment