Skip to content

Instantly share code, notes, and snippets.

@AntonioArts
Last active April 14, 2021 14:48
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 AntonioArts/7d18c835ec87807e4229f1a52debfcc8 to your computer and use it in GitHub Desktop.
Save AntonioArts/7d18c835ec87807e4229f1a52debfcc8 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-11-19T10:54:40.742Z","extensionVersion":"v3.4.3"}
[
{
"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": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.9.1"
},
{
"metadata": {
"id": "b3424f3a-d5cb-44d1-aa93-5095b5e6287b",
"publisherId": "mhmadhamster.postcss-language",
"publisherDisplayName": "mhmadhamster"
},
"name": "postcss-language",
"publisher": "mhmadhamster",
"version": "2.1.0"
},
{
"metadata": {
"id": "c6f87c08-f5ca-4f59-8cee-bc29464dcbfb",
"publisherId": "scala-lang.scala",
"publisherDisplayName": "scala-lang"
},
"name": "scala",
"publisher": "scala-lang",
"version": "0.3.8"
},
{
"metadata": {
"id": "dfc91f03-d4f2-461b-a26d-b8b4dc02474f",
"publisherId": "imperez.smarty",
"publisherDisplayName": "imperez"
},
"name": "smarty",
"publisher": "imperez",
"version": "0.3.0"
},
{
"metadata": {
"id": "a9b49b3a-f9a8-4f81-be73-530a48ed60b4",
"publisherId": "zbecknell.t4-support",
"publisherDisplayName": "zbecknell"
},
"name": "t4-support",
"publisher": "zbecknell",
"version": "0.4.3"
},
{
"metadata": {
"id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
"publisherId": "eg2.tslint",
"publisherDisplayName": "eg2"
},
"name": "tslint",
"publisher": "eg2",
"version": "1.0.44"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "30.0.0"
},
{
"metadata": {
"id": "3f770365-3682-44ee-a63e-5ef1b16c74d2",
"publisherId": "aeschli.vscode-css-formatter",
"publisherDisplayName": "aeschli"
},
"name": "vscode-css-formatter",
"publisher": "aeschli",
"version": "1.0.1"
},
{
"metadata": {
"id": "829a192d-496c-44ac-87f3-0a84ce36a853",
"publisherId": "emmanuelbeziat.vscode-great-icons",
"publisherDisplayName": "emmanuelbeziat"
},
"name": "vscode-great-icons",
"publisher": "emmanuelbeziat",
"version": "2.1.47"
},
{
"metadata": {
"id": "01708053-6fab-403f-9787-9d5f3d8f7d6a",
"publisherId": "sibiraj-s.vscode-scss-formatter",
"publisherDisplayName": "sibiraj-s"
},
"name": "vscode-scss-formatter",
"publisher": "sibiraj-s",
"version": "1.4.2"
},
{
"metadata": {
"id": "2061917f-f76a-458a-8da9-f162de22b97e",
"publisherId": "redhat.vscode-yaml",
"publisherDisplayName": "redhat"
},
"name": "vscode-yaml",
"publisher": "redhat",
"version": "0.6.1"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+alt+s",
"command": "workbench.action.files.saveAll"
}
]
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Material Theme Darker High Contrast",
"workbench.iconTheme": "material-icon-theme",
"window.menuBarVisibility": "toggle",
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.format.enable": false,
"window.zoomLevel": -1,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.formatOnType": false,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.tabSize": 4,
"scssFormatter.useTabs": true,
"scssFormatter.tabWidth": 4,
"typescript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment