Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
removed keybindings section (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackeryarn authored and KalitaAlexey committed Apr 17, 2017
1 parent ca849a1 commit d4b58be
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,39 +495,7 @@
}
}
}
},
"keybindings": [
{
"key": "ctrl+shift+b",
"command": "rust.cargo.build.default",
"when": "editorLangId == 'rust'"
},
{
"key": "ctrl+shift+t",
"command": "rust.cargo.test.default",
"when": "editorLangId == 'rust'"
},
{
"key": "ctrl+shift+r",
"command": "rust.cargo.run.default",
"when": "editorLangId == 'rust'"
},
{
"key": "ctrl+shift+alt+b",
"command": "rust.cargo.build.custom",
"when": "editorLangId == 'rust'"
},
{
"key": "ctrl+shift+alt+t",
"command": "rust.cargo.test.custom",
"when": "editorLangId == 'rust'"
},
{
"key": "ctrl+shift+alt+r",
"command": "rust.cargo.run.custom",
"when": "editorLangId == 'rust'"
}
]
}
},
"scripts": {
"vscode:prepublish": "tsc -p .",
Expand Down

0 comments on commit d4b58be

Please sign in to comment.