Skip to content

Instantly share code, notes, and snippets.

@Mhmdrza
Last active July 14, 2020 14:58
Show Gist options
  • Save Mhmdrza/1637a4008a7258d7c5865ecab2e22477 to your computer and use it in GitHub Desktop.
Save Mhmdrza/1637a4008a7258d7c5865ecab2e22477 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-14T14:58:06.603Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.8"
},
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.1.4"
},
{
"metadata": {
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherDisplayName": "aaron-bond"
},
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.0.5"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.12.8"
},
{
"metadata": {
"id": "19804510-b475-4dae-b0f7-6ca08fd1af0c",
"publisherId": "dsznajder.es7-react-js-snippets",
"publisherDisplayName": "dsznajder"
},
"name": "es7-react-js-snippets",
"publisher": "dsznajder",
"version": "2.8.2"
},
{
"metadata": {
"id": "aae00486-7e92-42b3-91b0-2b419e4f3875",
"publisherId": "vincaslt.highlight-matching-tag",
"publisherDisplayName": "vincaslt"
},
"name": "highlight-matching-tag",
"publisher": "vincaslt",
"version": "0.9.9"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.2.0"
},
{
"metadata": {
"id": "f0c5397b-d357-4197-99f0-cb4202f22818",
"publisherId": "ms-vscode-remote.remote-wsl",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.44.4"
},
{
"metadata": {
"id": "c919f1b2-3705-431b-9cfd-bb0f6f3c9720",
"publisherId": "softwaredotcom.swdc-vscode",
"publisherDisplayName": "softwaredotcom"
},
"name": "swdc-vscode",
"publisher": "softwaredotcom",
"version": "2.2.26"
},
{
"metadata": {
"id": "484d897a-6711-403c-ab54-a96f12be5833",
"publisherId": "Equinusocio.vsc-community-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-community-material-theme",
"publisher": "Equinusocio",
"version": "1.4.1"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "32.8.0"
},
{
"metadata": {
"id": "8c609a4f-268a-41fb-8fe6-b6fcd95e8113",
"publisherId": "equinusocio.vsc-material-theme-icons",
"publisherDisplayName": "equinusocio"
},
"name": "vsc-material-theme-icons",
"publisher": "equinusocio",
"version": "1.1.4"
}
]
// Empty
[
{
"key": "ctrl+up ctrl+up",
"command": "editor.emmet.action.matchTag"
},
{
"key": "ctrl+down ctrl+down",
"command": "editor.emmet.action.matchTag"
}
]
{
"[javascript]": {
"editor.formatOnSave": false
},
"eslint.alwaysShowStatus": true,
"prettier.disableLanguages": [
"js"
],
// Controls the line height. Use 0 to compute the lineHeight from the fontSize.
"editor.lineHeight": 24,
// Enables font ligatures
"editor.fontLigatures": true,
"editor.acceptSuggestionOnCommitCharacter": false,
// Controls if file decorations should use badges.
"explorer.decorations.badges": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\wsl.exe",
"javascript.updateImportsOnFileMove.enabled": "always",
"git.autofetch": true,
"emmet.showSuggestionsAsSnippets": true,
"htmltagwrap.tag": "React.Fragment",
"sync.gist": "1637a4008a7258d7c5865ecab2e22477",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"showMusicMetrics": false,
"showGitMetrics": false,
"showWeeklyRanking": false,
"editor.renderIndentGuides": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"window.zoomLevel": 2,
"editor.codeActionsOnSave": {
},
"diffEditor.ignoreTrimWhitespace": true,
"editor.accessibilitySupport": "off",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment