Skip to content

Instantly share code, notes, and snippets.

@hoangbits
Last active November 8, 2017 05:44
Show Gist options
  • Save hoangbits/5f9e72a0646746b65e40a7316831f864 to your computer and use it in GitHub Desktop.
Save hoangbits/5f9e72a0646746b65e40a7316831f864 to your computer and use it in GitHub Desktop.
VSCode's Settings - Syncing
[
{
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.5",
"id": "Shan.code-settings-sync",
"__metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
}
},
{
"name": "open-html-in-browser",
"publisher": "coderfee",
"version": "0.1.21",
"id": "coderfee.open-html-in-browser",
"__metadata": {
"id": "b408d4e8-4e66-4a4c-adad-a53add545a77",
"publisherId": "473eaaad-ff6d-4b7d-ad4e-7650ac53f745",
"publisherDisplayName": "coderfee"
}
},
{
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.3",
"id": "dbaeumer.vscode-eslint",
"__metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
"publisherDisplayName": "Dirk Baeumer"
}
},
{
"name": "gitlens",
"publisher": "eamodio",
"version": "5.7.1",
"id": "eamodio.gitlens",
"__metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "678d198b-9b2e-49d3-96ff-6d801c9575df",
"publisherDisplayName": "Eric Amodio"
}
},
{
"name": "tslint",
"publisher": "eg2",
"version": "1.0.14",
"id": "eg2.tslint",
"__metadata": {
"id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
"publisherId": "0b5821dc-b7ab-4fa0-bcee-c2add1d8f9db",
"publisherDisplayName": "egamma"
}
},
{
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "0.24.0",
"id": "esbenp.prettier-vscode",
"__metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "d16f4e39-2ffb-44e3-9c0d-79d873570e3a",
"publisherDisplayName": "Esben Petersen"
}
},
{
"name": "docthis",
"publisher": "joelday",
"version": "0.6.0",
"id": "joelday.docthis",
"__metadata": {
"id": "90a838c3-675b-4b87-b7a5-75ea88432cce",
"publisherId": "d4fc689c-c760-4902-af94-114f64e1100f",
"publisherDisplayName": "Joel Day"
}
},
{
"name": "Angular2",
"publisher": "johnpapa",
"version": "2.10.0",
"id": "johnpapa.Angular2",
"__metadata": {
"id": "214cbfb9-7c06-4467-bad4-357ae83eb587",
"publisherId": "4434843a-4ebf-4f44-84f5-4176380c492d",
"publisherDisplayName": "John Papa"
}
},
{
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "3.5.0",
"id": "msjsdiag.debugger-for-chrome",
"__metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "ecde0778-6fe5-4f72-93a7-196989f19e58",
"publisherDisplayName": "Microsoft"
}
},
{
"name": "syncing",
"publisher": "nonoroazoro",
"version": "1.4.9",
"id": "nonoroazoro.syncing",
"__metadata": {
"id": "e7db78ad-ac9f-4919-99bb-3627e07b6d1f",
"publisherId": "f6d9d666-6595-44fa-89fc-36a0c3e0c1fa",
"publisherDisplayName": "nonoroazoro"
}
},
{
"name": "autoimport",
"publisher": "steoates",
"version": "1.5.3",
"id": "steoates.autoimport",
"__metadata": {
"id": "70378119-1d85-4935-9733-0298c7a369a2",
"publisherId": "1a722173-f2b1-4848-8aa8-3c502753792f",
"publisherDisplayName": "steoates"
}
},
{
"name": "colonize",
"publisher": "vmsynkov",
"version": "2.2.2",
"id": "vmsynkov.colonize",
"__metadata": {
"id": "cc386f71-a95f-48d7-87ea-707c29758a46",
"publisherId": "59894456-a5fe-46c0-8bf9-065543dc500a",
"publisherDisplayName": "vmsynkov"
}
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "f1",
"command": "workbench.action.terminal.focus"
}
]
{
// Place your settings in this file to overwrite the default settings
"window.zoomLevel": 0,
"files.autoSave": "off",
// Columns at which to show vertical rulers
"editor.rulers": [80, 120],
"prettier.singleQuote": true,
"editor.formatOnSave": true,
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.fontFamily": "DejaVu Sans Mono for Powerline",
"git.enableSmartCommit": true,
// Place your settings in this file to overwrite default and user settings.
// When enabled, will show the watermark tips when no editor is open.
// Controls if opened editors show as preview. Preview editors are reused until they are kept (e.g. via double click or editing).
"workbench.editor.enablePreview": true,
// Controls if opened editors from Quick Open show as preview. Preview editors are reused until they are kept (e.g. via double click or editing).
"workbench.editor.enablePreviewFromQuickOpen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment