Skip to content

Instantly share code, notes, and snippets.

@kexoth
Created June 23, 2018 16:09
Show Gist options
  • Save kexoth/83846d0a49671d87c6163d5a0729f970 to your computer and use it in GitHub Desktop.
Save kexoth/83846d0a49671d87c6163d5a0729f970 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-06-23T16:09:03.264Z","extensionVersion":"v2.9.2"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.9.2"
},
{
"metadata": {
"id": "e62019fa-b5d3-49e8-b80e-3cbe7904603e",
"publisherId": "iampeterbanjo.elixirlinter",
"publisherDisplayName": "iampeterbanjo"
},
"name": "elixirlinter",
"publisher": "iampeterbanjo",
"version": "0.4.1"
},
{
"metadata": {
"publisherId": "sbrink.elm",
"publisherDisplayName": "sbrink"
},
"name": "elm",
"publisher": "sbrink",
"version": "0.18.0"
},
{
"metadata": {
"id": "2f9cd7df-b77a-4f3c-bed9-560f68ceedb9",
"publisherId": "abadi199.elm-format",
"publisherDisplayName": "abadi199"
},
"name": "elm-format",
"publisher": "abadi199",
"version": "0.1.0"
},
{
"metadata": {
"id": "5f7372bf-e0de-4eee-af69-6fb879d7d98c",
"publisherId": "pgourlain.erlang",
"publisherDisplayName": "pgourlain"
},
"name": "erlang",
"publisher": "pgourlain",
"version": "0.2.8"
},
{
"metadata": {
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherDisplayName": "codezombiech"
},
"name": "gitignore",
"publisher": "codezombiech",
"version": "0.5.0"
},
{
"metadata": {
"id": "21e07abb-b9df-418d-8224-c96f1290ec7f",
"publisherId": "rafaelmaiolla.remote-vscode",
"publisherDisplayName": "rafaelmaiolla"
},
"name": "remote-vscode",
"publisher": "rafaelmaiolla",
"version": "1.1.0"
},
{
"metadata": {
"id": "ca87c7aa-ed97-43f6-82b5-1c632977caf3",
"publisherId": "joshjg.vscode-credo",
"publisherDisplayName": "joshjg"
},
"name": "vscode-credo",
"publisher": "joshjg",
"version": "0.2.0"
},
{
"metadata": {
"id": "a852a33d-c920-4758-a5a8-0f5b00521b59",
"publisherId": "mjmcloug.vscode-elixir",
"publisherDisplayName": "mjmcloug"
},
"name": "vscode-elixir",
"publisher": "mjmcloug",
"version": "1.1.0"
},
{
"metadata": {
"id": "27bbf1d6-bd57-43c8-9ca1-9851b80917cf",
"publisherId": "sammkj.vscode-elixir-formatter",
"publisherDisplayName": "sammkj"
},
"name": "vscode-elixir-formatter",
"publisher": "sammkj",
"version": "0.2.0"
},
{
"metadata": {
"id": "19ef0f41-702f-43af-9389-984b5e9028e3",
"publisherId": "Rubymaniac.vscode-html-to-elm",
"publisherDisplayName": "Rubymaniac"
},
"name": "vscode-html-to-elm",
"publisher": "Rubymaniac",
"version": "0.0.3"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "robertohuertasm.vscode-icons",
"publisherDisplayName": "robertohuertasm"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.24.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[{
"key": "cmd+0",
"command": "workbench.action.zoomReset",
"when": "editorTextFocus"
},
{"key": "shift+cmd+]", "command": "editor.action.indentationToTabs"},
{ "key": "escape", "command": "editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && editorTextFocus && !editorReadonly"
},
{
"key": "cmd+t",
"command": "workbench.action.showAllSymbols"
},
{
"key": "cmd+t",
"command": "-workbench.action.showAllSymbols"
},
{
"key": "shift+cmd+t",
"command": "-workbench.action.reopenClosedEditor"
}
]
// Place your settings in this file to overwrite the default settings
{
"editor.renderWhitespace": "all",
"editor.tabSize": 1,
// "editor.detectIndentation": true,
"window.zoomLevel": 1,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": true,
"workbench.colorTheme": "Solarized Light",
"workbench.iconTheme": "vscode-icons",
"window.nativeTabs": true,
"workbench.editor.swipeToNavigate": true,
"editor.scrollBeyondLastLine": false,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"window.restoreFullscreen": true,
"files.autoSave": "onFocusChange",
"explorer.openEditors.visible": 0,
"extensions.autoUpdate": true,
"remote.onstartup": false,
"[elm]": {
"editor.formatOnSave": true,
},
"editor.insertSpaces": true,
"emmet.includeLanguages": {
"HTML (Eex)": "html"
},
"sync.gist": "",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "2018-06-23T16:06:21.953Z",
"sync.lastDownload": "",
"sync.forceDownload": false
}
{"version":"7.24.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment