Skip to content

Instantly share code, notes, and snippets.

@Shylock-Hg
Last active July 27, 2020 02:21
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 Shylock-Hg/b2960a9fe06e7f8f2a282709037e7944 to your computer and use it in GitHub Desktop.
Save Shylock-Hg/b2960a9fe06e7f8f2a282709037e7944 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-27T02:21:21.342Z","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": "ad4edb9f-0d7e-4bec-9fee-3895f14b2cd2",
"publisherId": "faustinoaq.lex-flex-yacc-bison",
"publisherDisplayName": "faustinoaq"
},
"name": "lex-flex-yacc-bison",
"publisher": "faustinoaq",
"version": "0.0.3"
},
{
"metadata": {
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df",
"publisherId": "ms-vscode-remote.remote-containers",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-containers",
"publisher": "ms-vscode-remote",
"version": "0.128.0"
},
{
"metadata": {
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.51.0"
},
{
"metadata": {
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.51.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": "c6f87c08-f5ca-4f59-8cee-bc29464dcbfb",
"publisherId": "scala-lang.scala",
"publisherDisplayName": "scala-lang"
},
"name": "scala",
"publisher": "scala-lang",
"version": "0.4.2"
},
{
"metadata": {
"id": "287fb3dd-6588-4844-85c5-3572b92cbf4e",
"publisherId": "cduruk.thrift",
"publisherDisplayName": "cduruk"
},
"name": "thrift",
"publisher": "cduruk",
"version": "0.0.1"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.16.0"
},
{
"metadata": {
"id": "23d72dfc-8dd1-4e30-926e-8783b4378f13",
"publisherId": "ms-vscode-remote.vscode-remote-extensionpack",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "vscode-remote-extensionpack",
"publisher": "ms-vscode-remote",
"version": "0.20.0"
}
]
{
"agentPort": 35057,
"osReleaseId": "fedora",
"arch": "x86_64",
"webUiAccessToken": "",
"sshAuthSock": "",
"tmpDir": "/run/user/1021",
"platform": "linux",
"pid": 880,
"ipcHandlePath": "/var/folders/mg/nk3_vf_j14g_yl60trwk5qkh0000gn/T/vscode-ssh-askpass-6751600b5ddd82523273c44c5c0307d5b1dc7b34.sock",
"socksPort": 50314,
"startupTime": 1595812930065
}
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+enter",
"command": "list.select",
"when": "listFocus && !inputFocus"
},
{
"key": "cmd+down",
"command": "-list.select",
"when": "listFocus && !inputFocus"
}
]
{
"editor.fontSize": 18,
"editor.rulers": [
80,
100
],
"workbench.colorTheme": "Solarized Light",
"terminal.integrated.shell.osx": "/bin/zsh",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"cmake.configureOnOpen": true,
"go.formatTool": "goimports",
"go.useLanguageServer": true,
"editor.fontFamily": "JetBrains Mono, Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": false,
"workbench.colorCustomizations": {
"editor.selectionBackground": "#E0DBC9",
"editor.selectionHighlightBackground": "#E0DBC9"
},
"python.jediEnabled": false,
"sync.gist": "b2960a9fe06e7f8f2a282709037e7944",
"vsonline.accountProvider": "Microsoft",
"[cpp]": {
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
},
"diffEditor.ignoreTrimWhitespace": false,
"codespaces.accountProvider": "Microsoft",
"cmake.buildDirectory": "${workspaceFolder}/_build/Debug",
"rust-client.engine": "rust-analyzer",
"python.languageServer": "Microsoft",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment