Skip to content

Instantly share code, notes, and snippets.

@plhnk
Last active September 6, 2018 19:24
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 plhnk/684f94eb90575c908f2e9b53b8dfecdf to your computer and use it in GitHub Desktop.
Save plhnk/684f94eb90575c908f2e9b53b8dfecdf to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-09-06T19:24:48.742Z","extensionVersion":"v3.1.2"}
[
{
"metadata": {
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.6"
},
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.0.15"
},
{
"metadata": {
"id": "2aa040bf-c73a-455d-8946-5c6cc83b8019",
"publisherId": "wmaurer.change-case",
"publisherDisplayName": "wmaurer"
},
"name": "change-case",
"publisher": "wmaurer",
"version": "1.0.0"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.1.2"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "8.5.6"
},
{
"metadata": {
"id": "ef2a5b38-02c4-4193-8561-1f072c209474",
"publisherId": "silvenon.mdx",
"publisherDisplayName": "silvenon"
},
"name": "mdx",
"publisher": "silvenon",
"version": "0.1.0"
},
{
"metadata": {
"id": "187f2085-228b-4552-966b-e570572dae93",
"publisherId": "antonkovalyov.soy",
"publisherDisplayName": "antonkovalyov"
},
"name": "soy",
"publisher": "antonkovalyov",
"version": "0.0.1"
},
{
"metadata": {
"id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
"publisherId": "ms-vscode.sublime-keybindings",
"publisherDisplayName": "ms-vscode"
},
"name": "sublime-keybindings",
"publisher": "ms-vscode",
"version": "4.0.0"
},
{
"metadata": {
"id": "4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1",
"publisherId": "dracula-theme.theme-dracula",
"publisherDisplayName": "dracula-theme"
},
"name": "theme-dracula",
"publisher": "dracula-theme",
"version": "2.13.0"
},
{
"metadata": {
"id": "70159dd5-3ca5-4ccc-a7ae-011a662e08c2",
"publisherId": "mrmlnc.vscode-autoprefixer",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-autoprefixer",
"publisher": "mrmlnc",
"version": "2.1.2"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "PeterJausovec.vscode-docker",
"publisherDisplayName": "PeterJausovec"
},
"name": "vscode-docker",
"publisher": "PeterJausovec",
"version": "0.1.0"
},
{
"metadata": {
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherDisplayName": "DavidAnson"
},
"name": "vscode-markdownlint",
"publisher": "DavidAnson",
"version": "0.20.0"
}
]
{
"workbench.colorTheme": "Dracula",
"window.zoomLevel": -1,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"editor.fontFamily": "'Source Code Pro', Menlo, Monaco, 'Courier New', monospace",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
// Disable default VSCode formatting for JavaScript
"[javascript]": {
"editor.formatOnSave": false
},
// Allow formatting for other languages
"editor.formatOnSave": true,
// Enable ESLint (with Prettier plugin) to format code on save
"eslint.autoFixOnSave": true,
"sync.gist": "684f94eb90575c908f2e9b53b8dfecdf",
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"editor.fontSize": 12,
"editor.formatOnPaste": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
// Use ZSH as the integrated terminal shell
"terminal.integrated.shell.osx": "zsh",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment