Skip to content

Instantly share code, notes, and snippets.

@Sequoya42
Last active October 5, 2020 13:52
Show Gist options
  • Save Sequoya42/aa3d0df90f24315b8a4d777078b3017a to your computer and use it in GitHub Desktop.
Save Sequoya42/aa3d0df90f24315b8a4d777078b3017a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-10-05T13:52:13.437Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "55c9a325-d650-4ab2-a952-3f3c6faba089",
"publisherId": "Atishay-Jain.All-Autocomplete",
"publisherDisplayName": "Atishay-Jain"
},
"name": "All-Autocomplete",
"publisher": "Atishay-Jain",
"version": "0.0.23"
},
{
"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": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer-2",
"publisher": "CoenraadS",
"version": "0.2.0"
},
{
"metadata": {
"id": "02152492-08a6-4c83-a1a7-b077733bdd7c",
"publisherId": "kaiwood.center-editor-window",
"publisherDisplayName": "kaiwood"
},
"name": "center-editor-window",
"publisher": "kaiwood",
"version": "2.3.0"
},
{
"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": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherDisplayName": "naumovs"
},
"name": "color-highlight",
"publisher": "naumovs",
"version": "2.3.0"
},
{
"metadata": {
"id": "5cf10212-681f-48c7-b66f-bcce5dc44a64",
"publisherId": "ExodiusStudios.comment-anchors",
"publisherDisplayName": "ExodiusStudios"
},
"name": "comment-anchors",
"publisher": "ExodiusStudios",
"version": "1.9.1"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "1.0.1"
},
{
"metadata": {
"id": "218efb4e-02ec-4c6e-a668-556320c65b8e",
"publisherId": "pawelgrzybek.gatito-theme",
"publisherDisplayName": "pawelgrzybek"
},
"name": "gatito-theme",
"publisher": "pawelgrzybek",
"version": "0.2.3"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.2"
},
{
"metadata": {
"id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
"publisherId": "Zignd.html-css-class-completion",
"publisherDisplayName": "Zignd"
},
"name": "html-css-class-completion",
"publisher": "Zignd",
"version": "1.19.0"
},
{
"metadata": {
"id": "66ed4827-7677-462f-85a9-d09d0f6a71a5",
"publisherId": "ghmcadams.lintlens",
"publisherDisplayName": "ghmcadams"
},
"name": "lintlens",
"publisher": "ghmcadams",
"version": "3.0.0"
},
{
"metadata": {
"id": "2425910f-289a-4eb7-afa0-c895986ed570",
"publisherId": "wonderful.maximize-panes",
"publisherDisplayName": "wonderful"
},
"name": "maximize-panes",
"publisher": "wonderful",
"version": "0.0.5"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "2.3.0"
}
]
// Empty
[
{
"key": "ctrl+j",
"command": "editor.action.joinLines"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+enter",
"command": "extension.jumpy-word",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+m",
"command": "editor.emmet.action.matchTag"
}
]
{
"workbench.startupEditor": "newUntitledFile",
"sync.gist": "aa3d0df90f24315b8a4d777078b3017a",
"workbench.colorTheme": "Gatito Theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment