Skip to content

Instantly share code, notes, and snippets.

@jazzqi
Last active March 23, 2021 06:23
Show Gist options
  • Save jazzqi/16bb344c5cb547bddce2f1ac9bab4fca to your computer and use it in GitHub Desktop.
Save jazzqi/16bb344c5cb547bddce2f1ac9bab4fca to your computer and use it in GitHub Desktop.
VSCode's Settings - Syncing
[
{
"id": "aaron-bond.better-comments",
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.1.0"
},
{
"id": "alefragnani.Bookmarks",
"name": "Bookmarks",
"publisher": "alefragnani",
"version": "13.0.4"
},
{
"id": "alexanderbast.vscode-snazzy",
"name": "vscode-snazzy",
"publisher": "alexanderbast",
"version": "2.9.0"
},
{
"id": "cmstead.jsrefactor",
"name": "jsrefactor",
"publisher": "cmstead",
"version": "2.20.6"
},
{
"id": "Dart-Code.flutter",
"name": "flutter",
"publisher": "Dart-Code",
"version": "3.20.0"
},
{
"id": "dbaeumer.vscode-eslint",
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.19"
},
{
"id": "dollyn.line-counter",
"name": "line-counter",
"publisher": "dollyn",
"version": "0.5.2"
},
{
"id": "dsznajder.es7-react-js-snippets",
"name": "es7-react-js-snippets",
"publisher": "dsznajder",
"version": "3.1.1"
},
{
"id": "eamodio.gitlens",
"name": "gitlens",
"publisher": "eamodio",
"version": "11.2.1"
},
{
"id": "EditorConfig.EditorConfig",
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.16.4"
},
{
"id": "esbenp.prettier-vscode",
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "6.3.1"
},
{
"id": "formulahendry.code-runner",
"name": "code-runner",
"publisher": "formulahendry",
"version": "0.11.2"
},
{
"id": "foxundermoon.shell-format",
"name": "shell-format",
"publisher": "foxundermoon",
"version": "7.0.1"
},
{
"id": "golang.go",
"name": "go",
"publisher": "golang",
"version": "0.23.2"
},
{
"id": "hediet.vscode-drawio",
"name": "vscode-drawio",
"publisher": "hediet",
"version": "1.4.0"
},
{
"id": "humao.rest-client",
"name": "rest-client",
"publisher": "humao",
"version": "0.24.4"
},
{
"id": "jeff-hykin.better-dockerfile-syntax",
"name": "better-dockerfile-syntax",
"publisher": "jeff-hykin",
"version": "1.0.2"
},
{
"id": "ms-toolsai.jupyter",
"name": "jupyter",
"publisher": "ms-toolsai",
"version": "2021.2.603412351"
},
{
"id": "ms-vscode-remote.remote-containers",
"name": "remote-containers",
"publisher": "ms-vscode-remote",
"version": "0.158.0"
},
{
"id": "ms-vscode-remote.remote-ssh",
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.64.0"
},
{
"id": "ms-vscode-remote.remote-ssh-edit",
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.65.1"
},
{
"id": "ms-vscode-remote.remote-wsl",
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.53.4"
},
{
"id": "ms-vscode-remote.vscode-remote-extensionpack",
"name": "vscode-remote-extensionpack",
"publisher": "ms-vscode-remote",
"version": "0.20.0"
},
{
"id": "msjsdiag.debugger-for-edge",
"name": "debugger-for-edge",
"publisher": "msjsdiag",
"version": "1.0.15"
},
{
"id": "msjsdiag.vscode-react-native",
"name": "vscode-react-native",
"publisher": "msjsdiag",
"version": "1.4.1"
},
{
"id": "naumovs.color-highlight",
"name": "color-highlight",
"publisher": "naumovs",
"version": "2.3.0"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.1.0"
},
{
"id": "numso.prettier-standard-vscode",
"name": "prettier-standard-vscode",
"publisher": "numso",
"version": "0.8.1"
},
{
"id": "octref.vetur",
"name": "vetur",
"publisher": "octref",
"version": "0.33.1"
},
{
"id": "q.typescript-mono-repo-import-helper",
"name": "typescript-mono-repo-import-helper",
"publisher": "q",
"version": "0.0.6"
},
{
"id": "saekiraku.rainbow-fart",
"name": "rainbow-fart",
"publisher": "saekiraku",
"version": "1.4.0"
},
{
"id": "shinnn.stylelint",
"name": "stylelint",
"publisher": "shinnn",
"version": "0.51.0"
},
{
"id": "silvenon.mdx",
"name": "mdx",
"publisher": "silvenon",
"version": "0.1.0"
},
{
"id": "softwaredotcom.swdc-vscode",
"name": "swdc-vscode",
"publisher": "softwaredotcom",
"version": "2.5.3"
},
{
"id": "vscodevim.vim",
"name": "vim",
"publisher": "vscodevim",
"version": "1.19.1"
}
]
{
"window.zoomLevel": 0,
"terminal.integrated.fontFamily": "Fira Code",
"terminal.integrated.fontSize": 13,
"terminal.integrated.lineHeight": 1,
"terminal.integrated.rendererType": "auto",
"editor.tabSize": 2,
"editor.fontSize": 13,
"editor.fontFamily": " 'Fira Code', 'Dank Mono', Hack, Menlo, Monaco, 'Courier New', monospace",
"workbench.sideBar.location": "right",
"terminal.external.linuxExec": "xterm-256color",
"workbench.startupEditor": "newUntitledFile",
"editor.hideCursorInOverviewRuler": true,
"terminal.integrated.confirmOnExit": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.copyOnSelection": true,
"vim.statusBarColorControl": false,
"workbench.colorCustomizations": {
"activityBarBadge.background": "#2979FF",
"list.activeSelectionForeground": "#2979FF",
"list.inactiveSelectionForeground": "#2979FF",
"list.highlightForeground": "#2979FF",
"scrollbarSlider.activeBackground": "#2979FF50",
"editorSuggestWidget.highlightForeground": "#2979FF",
"textLink.foreground": "#2979FF",
"progressBar.background": "#2979FF",
"pickerGroup.foreground": "#2979FF",
"tab.activeBorder": "#2979FF",
"notificationLink.foreground": "#2979FF",
"editorWidget.resizeBorder": "#2979FF",
"editorWidget.border": "#2979FF",
"settings.modifiedItemIndicator": "#2979FF",
"settings.headerForeground": "#2979FF",
"panelTitle.activeBorder": "#2979FF",
"breadcrumb.activeSelectionForeground": "#2979FF",
"menu.selectionForeground": "#2979FF",
"menubar.selectionForeground": "#2979FF",
"statusBar.background": "#005f5f",
"statusBar.noFolderBackground": "#005f5f",
"statusBar.debuggingBackground": "#005f5f",
"editorIndentGuide.background": "#ff00ff39",
"editorIndentGuide.activeBackground": "#ff00ff88"
},
"zenMode.hideTabs": false,
"window.title": "${activeEditorShort}${separator}${activeEditorMedium}${separator}${rootName}",
"breadcrumbs.enabled": true,
"workbench.editor.labelFormat": "medium",
"workbench.editor.openPositioning": "last",
"workbench.editor.tabSizing": "shrink",
"zenMode.hideStatusBar": false,
"zenMode.hideActivityBar": false,
"zenMode.centerLayout": false,
"workbench.statusBar.feedback.visible": false,
"breadcrumbs.symbolPath": "off",
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "always",
"files.autoSaveDelay": 2000,
"files.watcherExclude": {
"**/dist/**": true
},
"vim.useSystemClipboard": true,
"editor.fontLigatures": true,
"explorer.confirmDelete": false,
"git.autofetch": true,
"rust.rustup": {},
"rust.mode": "legacy",
"[rust]": {},
"typescript.updateImportsOnFileMove.enabled": "always",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.cursorBlinking": "smooth",
"editor.formatOnSaveTimeout": 900,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"showMusicMetrics": false,
"showGitMetrics": false,
"showWeeklyRanking": false,
"git.confirmSync": false,
"[dockerfile]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"workbench.fontAliasing": "auto",
"gitlab.instanceUrl": "https://gitlab.momenta.works",
"gitlab.ignoreCertificateErrors": true,
"git.showPushSuccessNotification": true,
"git.postCommitCommand": "push",
"workbench.colorTheme": "Default High Contrast",
"python.pythonPath": "/usr/local/bin/python3",
"files.autoSave": "off",
"tabnine.experimentalAutoImports": true,
"editor.minimap.enabled": true,
"json.schemas": [
{
"name": "vscode-expo-manifest",
"url": "file:///Users/qfei/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-40.0.0.json",
"fileMatch": [
"app.json",
"app.config.json"
]
}
],
"workbench.editorAssociations": [
{
"viewType": "jupyter.notebook.ipynb",
"filenamePattern": "*.ipynb"
}
],
"eslint.format.enable": true,
"editor.formatOnSave": true,
"shellformat.effectLanguages": [
"shellscript",
"dotenv",
"hosts",
"jvmoptions",
"ignore",
"gitignore",
"properties",
"spring-boot-properties",
"azcli"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment