aboutsummaryrefslogtreecommitdiff
path: root/codeless/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-10 20:23:17 +0100
committerAleksey Kladov <[email protected]>2018-08-10 20:23:17 +0100
commit26262aaf05983c5b7f41cc438e287523268fe1eb (patch)
tree4473bd2559c838e0df5a10c9ea1307b49d51b8bc /codeless/package.json
parent3fff5e94ebf772f8485aaa2bda2ea36be766fdb3 (diff)
extend selection via LSP
Diffstat (limited to 'codeless/package.json')
-rw-r--r--codeless/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/codeless/package.json b/codeless/package.json
index 7a00f33ef..1df932db1 100644
--- a/codeless/package.json
+++ b/codeless/package.json
@@ -36,6 +36,13 @@
36 "command": "libsyntax-rust.extendSelection", 36 "command": "libsyntax-rust.extendSelection",
37 "title": "Rust Extend Selection" 37 "title": "Rust Extend Selection"
38 } 38 }
39 ],
40 "keybindings": [
41 {
42 "command": "libsyntax-rust.extendSelection",
43 "key": "ctrl+w",
44 "when": "editorTextFocus && editorLangId == rust"
45 }
39 ] 46 ]
40 } 47 }
41} 48}