Skip to content

Instantly share code, notes, and snippets.

@canhnht
Last active April 14, 2019 10:41
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 canhnht/6facf968e2488961bc77999b3193ad4c to your computer and use it in GitHub Desktop.
Save canhnht/6facf968e2488961bc77999b3193ad4c to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-04-14T10:40:58.665Z","extensionVersion":"v3.2.8"}
[
{
"metadata": {
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherDisplayName": "aaron-bond"
},
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.0.3"
},
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.8"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.13.0"
},
{
"metadata": {
"id": "b3917e4f-5086-4def-a82b-2ae6b708db16",
"publisherId": "flowtype.flow-for-vscode",
"publisherDisplayName": "flowtype"
},
"name": "flow-for-vscode",
"publisher": "flowtype",
"version": "1.1.1"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "9.6.0"
},
{
"metadata": {
"id": "1d66faf4-3266-4fce-b7c9-df60aecf496d",
"publisherId": "goessner.mdmath",
"publisherDisplayName": "goessner"
},
"name": "mdmath",
"publisher": "goessner",
"version": "2.3.9"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.8.1"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2019.3.6558"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.8.2"
},
{
"metadata": {
"id": "d6c6d30c-10a6-42fe-85ec-41dcb313349d",
"publisherId": "mrmlnc.vscode-json5",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-json5",
"publisher": "mrmlnc",
"version": "1.0.0"
},
{
"metadata": {
"id": "a27ff63d-ff11-478d-b1ab-19aa1ef19882",
"publisherId": "hoovercj.vscode-power-mode",
"publisherDisplayName": "hoovercj"
},
"name": "vscode-power-mode",
"publisher": "hoovercj",
"version": "2.2.0"
},
{
"metadata": {
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherDisplayName": "richie5um2"
},
"name": "vscode-sort-json",
"publisher": "richie5um2",
"version": "1.13.0"
},
{
"metadata": {
"id": "282c56aa-f02e-40b6-b55e-bfdee63cea4d",
"publisherId": "blanu.vscode-styled-jsx",
"publisherDisplayName": "blanu"
},
"name": "vscode-styled-jsx",
"publisher": "blanu",
"version": "1.0.0"
}
]
{
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.autoIndent": true,
"editor.fontSize": 16,
"editor.fontLigatures": true,
"editor.fontFamily": "FiraCode-Retina, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnSave": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.pyc": true,
"**/node_modules": true
},
"extensions.ignoreRecommendations": false,
"window.zoomLevel": 0,
"files.autoSave": "off",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"gitlens.keymap": "alternate",
"gitlens.mode.active": "review",
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"flow.useNPMPackagedFlow": true,
"javascript.validate.enable": false,
"prettier.eslintIntegration": true,
"prettier.tslintIntegration": true,
"prettier.trailingComma": "es5",
"prettier.singleQuote": true,
"files.associations": {
".prettierrc": "json",
".babelrc": "json5",
"*.gpl": "graphql"
},
"javascript.updateImportsOnFileMove.enabled": "never",
"powermode.enabled": true,
"sync.gist": "6facf968e2488961bc77999b3193ad4c",
"eslint.autoFixOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment