aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorvsrs <[email protected]>2020-06-06 12:30:29 +0100
committervsrs <[email protected]>2020-06-06 16:17:52 +0100
commit3434f1dd2c47fff3df159b9d62115c2df3fd6401 (patch)
treef821cbd28bc82b00e9c01727baeca65d8ef357ae /editors
parentde74c0dcab2efd50d68f70d15de3fced718e8c7a (diff)
Add Run|Debug hover actions
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index b9c57db3b..7fdb5c27d 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -486,6 +486,16 @@
486 "type": "boolean", 486 "type": "boolean",
487 "default": true 487 "default": true
488 }, 488 },
489 "rust-analyzer.hoverActions.run": {
490 "markdownDescription": "Whether to show `Run` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set.",
491 "type": "boolean",
492 "default": true
493 },
494 "rust-analyzer.hoverActions.debug": {
495 "markdownDescription": "Whether to show `Debug` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set.",
496 "type": "boolean",
497 "default": true
498 },
489 "rust-analyzer.linkedProjects": { 499 "rust-analyzer.linkedProjects": {
490 "markdownDescription": [ 500 "markdownDescription": [
491 "Disable project auto-discovery in favor of explicitly specified set of projects.", 501 "Disable project auto-discovery in favor of explicitly specified set of projects.",