Skip to content

Instantly share code, notes, and snippets.

@StevePotter
Last active February 9, 2019 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save StevePotter/bf9dfc0aa3b9cc0143adb42abad34ddf to your computer and use it in GitHub Desktop.
Save StevePotter/bf9dfc0aa3b9cc0143adb42abad34ddf to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-02-09T15:04:07.362Z","extensionVersion":"v3.2.4"}
[
{
"metadata": {
"id": "dea063fe-7d70-4077-9b22-3aa7a2885b16",
"publisherId": "SirTobi.code-clip-ring",
"publisherDisplayName": "SirTobi"
},
"name": "code-clip-ring",
"publisher": "SirTobi",
"version": "0.3.1"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.4"
},
{
"metadata": {
"id": "b3917e4f-5086-4def-a82b-2ae6b708db16",
"publisherId": "flowtype.flow-for-vscode",
"publisherDisplayName": "flowtype"
},
"name": "flow-for-vscode",
"publisher": "flowtype",
"version": "1.0.1"
},
{
"metadata": {
"id": "2335b326-c334-4e81-bc51-c408fcec6e7c",
"publisherId": "waderyan.gitblame",
"publisherDisplayName": "waderyan"
},
"name": "gitblame",
"publisher": "waderyan",
"version": "2.6.3"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "9.5.0"
},
{
"metadata": {
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherDisplayName": "yzhang"
},
"name": "markdown-all-in-one",
"publisher": "yzhang",
"version": "2.0.1"
},
{
"metadata": {
"id": "3a6cf3c7-da91-4e13-b249-1722f059e580",
"publisherId": "bcanzanella.openmatchingfiles",
"publisherDisplayName": "bcanzanella"
},
"name": "openmatchingfiles",
"publisher": "bcanzanella",
"version": "0.3.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2019.1.0"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "rebornix.ruby",
"publisherDisplayName": "rebornix"
},
"name": "ruby",
"publisher": "rebornix",
"version": "0.21.0"
},
{
"metadata": {
"id": "ee108066-df8b-43ae-9a83-e6c11400a759",
"publisherId": "jasonnutter.search-node-modules",
"publisherDisplayName": "jasonnutter"
},
"name": "search-node-modules",
"publisher": "jasonnutter",
"version": "1.3.0"
},
{
"metadata": {
"id": "5b51ff58-96bf-410c-8919-ed69958606fa",
"publisherId": "zengxingxin.sort-js-object-keys",
"publisherDisplayName": "zengxingxin"
},
"name": "sort-js-object-keys",
"publisher": "zengxingxin",
"version": "1.0.6"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "PeterJausovec.vscode-docker",
"publisherDisplayName": "PeterJausovec"
},
"name": "vscode-docker",
"publisher": "PeterJausovec",
"version": "0.5.2"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.8.0"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "robertohuertasm.vscode-icons",
"publisherDisplayName": "robertohuertasm"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "8.1.0"
},
{
"metadata": {
"id": "90a37ca1-92a2-488a-b196-7a8c0b0127ea",
"publisherId": "ms-vscode.vscode-typescript-tslint-plugin",
"publisherDisplayName": "ms-vscode"
},
"name": "vscode-typescript-tslint-plugin",
"publisher": "ms-vscode",
"version": "0.4.1"
}
]
// Place your key bindings in this file to overwrite the defaults
[
]
{
"workbench.iconTheme": "vscode-icons",
"window.zoomLevel": 0,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"ruby.lint": {
"rubocop": true,
},
"editor.tabSize": 2,
"ruby.lintDebounceTime": 500,
"flow.useNPMPackagedFlow": true,
"javascript.validate.enable": false,
"eslint.autoFixOnSave": false,
"sync.gist": "bf9dfc0aa3b9cc0143adb42abad34ddf",
"editor.minimap.enabled": true,
"workbench.editor.showTabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment