Skip to content

Instantly share code, notes, and snippets.

@wass88
Created February 13, 2018 04:16
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 wass88/4818dd41a8278d8bd1b220b420c62af1 to your computer and use it in GitHub Desktop.
Save wass88/4818dd41a8278d8bd1b220b420c62af1 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-02-13T04:16:35.165Z","extensionVersion":"v2.8.7"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.7"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.14.6"
},
{
"metadata": {
"id": "49c16aa9-ba5a-4cc4-b61a-12fa0e42e509",
"publisherId": "qrti.funclist",
"publisherDisplayName": "qrti"
},
"name": "funclist",
"publisher": "qrti",
"version": "7.1.0"
},
{
"metadata": {
"id": "1f3d8d31-8ff8-4429-8565-7313f9c67971",
"publisherId": "kosz78.nim",
"publisherDisplayName": "kosz78"
},
"name": "nim",
"publisher": "kosz78",
"version": "0.5.29"
},
{
"metadata": {
"id": "585e998c-f7ad-46a3-8d1b-1e0f02cbb232",
"publisherId": "hackwaly.ocaml",
"publisherDisplayName": "hackwaly"
},
"name": "ocaml",
"publisher": "hackwaly",
"version": "0.6.43"
},
{
"metadata": {
"id": "570e6089-b871-41df-9cf4-a723cb34ef01",
"publisherId": "rust-lang.rust",
"publisherDisplayName": "rust-lang"
},
"name": "rust",
"publisher": "rust-lang",
"version": "0.3.2"
},
{
"metadata": {
"id": "7a6e8b60-4552-4afd-a31f-7f6cc59f14a4",
"publisherId": "daltonjorge.scala",
"publisherDisplayName": "daltonjorge"
},
"name": "scala",
"publisher": "daltonjorge",
"version": "0.0.5"
},
{
"metadata": {
"id": "aef85b85-41b9-433a-919e-19a72452133a",
"publisherId": "dragos.scala-lsp",
"publisherDisplayName": "dragos"
},
"name": "scala-lsp",
"publisher": "dragos",
"version": "0.2.2"
},
{
"metadata": {
"id": "d0bb90fc-a605-465f-a90d-d51c16d7b7b9",
"publisherId": "ms-vscode.Theme-TomorrowKit",
"publisherDisplayName": "ms-vscode"
},
"name": "Theme-TomorrowKit",
"publisher": "ms-vscode",
"version": "0.1.4"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "0.10.13"
},
{
"metadata": {
"id": "f8dbe169-d649-4e4b-adb8-ffa113c1d616",
"publisherId": "mitaki28.vscode-clang",
"publisherDisplayName": "mitaki28"
},
"name": "vscode-clang",
"publisher": "mitaki28",
"version": "0.2.2"
},
{
"metadata": {
"id": "d960eabf-f421-4568-8be0-2633af2c37b0",
"publisherId": "patrys.vscode-code-outline",
"publisherDisplayName": "patrys"
},
"name": "vscode-code-outline",
"publisher": "patrys",
"version": "0.0.12"
},
{
"metadata": {
"id": "da00c08c-ff11-4cf3-b619-fdbd967d44c5",
"publisherId": "kalitaalexey.vscode-rust",
"publisherDisplayName": "kalitaalexey"
},
"name": "vscode-rust",
"publisher": "kalitaalexey",
"version": "0.4.2"
},
{
"metadata": {
"id": "ddfd0191-e75d-4ac2-870d-81db351b747f",
"publisherId": "siegebell.vscoq",
"publisherDisplayName": "siegebell"
},
"name": "vscoq",
"publisher": "siegebell",
"version": "0.2.7"
},
{
"metadata": {
"id": "ba9d96d4-bb93-4e88-b07a-8fc392a60a35",
"publisherId": "wraith13.wandbox-vscode",
"publisherDisplayName": "wraith13"
},
"name": "wandbox-vscode",
"publisher": "wraith13",
"version": "2.2.3"
}
]
// 既定値を上書きするには、このファイル内にキー バインドを挿入します
[
{
"key": "ctrl+j",
"command": "extension.coq.interpretToPoint",
"when": "editorTextFocus && editorLangId == 'coq'"
},
{
"key": "ctrl+cmd+right",
"command": "-extension.coq.interpretToPoint",
"when": "editorTextFocus && editorLangId == 'coq'"
},
{
"key": "ctrl+j",
"command": "extension.coq.interpretToPoint",
"when": "resourceScheme == 'coq-view'"
},
{
"key": "ctrl+cmd+right",
"command": "-extension.coq.interpretToPoint",
"when": "resourceScheme == 'coq-view'"
},
{
"key": "ctrl+shift+n",
"command": "extension.coq.stepForward",
"when": "editorTextFocus && editorLangId == 'coq'"
},
{
"key": "ctrl+cmd+down",
"command": "-extension.coq.stepForward",
"when": "editorTextFocus && editorLangId == 'coq'"
},
{
"key": "ctrl+shift+n",
"command": "extension.coq.stepForward",
"when": "resourceScheme == 'coq-view'"
},
{
"key": "ctrl+cmd+down",
"command": "-extension.coq.stepForward",
"when": "resourceScheme == 'coq-view'"
},
{
"key": "ctrl+shift+p",
"command": "extension.coq.stepBackward",
"when": "editorTextFocus && editorLangId == 'coq'"
},
{
"key": "ctrl+cmd+up",
"command": "-extension.coq.stepBackward",
"when": "editorTextFocus && editorLangId == 'coq'"
},
{
"key": "ctrl+shift+p",
"command": "extension.coq.stepBackward",
"when": "resourceScheme == 'coq-view'"
},
{
"key": "ctrl+cmd+up",
"command": "-extension.coq.stepBackward",
"when": "resourceScheme == 'coq-view'"
}
]
{
"vim.disableAnnoyingNeovimMessage": true,
"vim.insertModeKeyBindings": [
{
"before": ["j", "j"],
"after": ["<Esc>"]
}
],
"editor.minimap.enabled": false,
"editor.renderWhitespace": "boundary",
"rust.rustup": {
"toolchain": "stable-x86_64-apple-darwin"
},
"rust.mode": "legacy",
"workbench.colorTheme": "Tomorrow Night Bright",
"editor.tabSize": 2,
"funcList.nativeFilter": "/(function|def)\\s+\\w+\\(/mg",
"funcList.displayFilter": "/\\s*(function|def)\\s+(\\w+)/1",
"editor.wordWrap": "on",
"editor.acceptSuggestionOnEnter": "off",
"workbench.editor.enablePreview": false,
"editor.wrappingIndent": "indent"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment