File tree Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,9 @@ def private_cursorless_show_settings_in_ide():
32
32
)
33
33
actions .sleep ("250ms" )
34
34
actions .key ("right" )
35
+
36
+ def private_cursorless_show_sidebar ():
37
+ """Show Cursorless sidebar"""
38
+ actions .user .private_cursorless_run_rpc_command_and_wait (
39
+ "workbench.view.extension.cursorless"
40
+ )
Original file line number Diff line number Diff line change @@ -24,4 +24,14 @@ def get_scope_visualizer():
24
24
],
25
25
],
26
26
},
27
+ {
28
+ "id" : "show_scope_sidebar" ,
29
+ "type" : "command" ,
30
+ "variations" : [
31
+ {
32
+ "spokenForm" : "bar cursorless" ,
33
+ "description" : "Show cursorless sidebar" ,
34
+ },
35
+ ],
36
+ },
27
37
]
Original file line number Diff line number Diff line change 12
12
class Actions :
13
13
def private_cursorless_show_settings_in_ide ():
14
14
"""Show Cursorless-specific settings in ide"""
15
+
16
+ def private_cursorless_show_sidebar ():
17
+ """Show Cursorless-specific settings in ide"""
Original file line number Diff line number Diff line change @@ -40,3 +40,6 @@ tag: user.cursorless
40
40
41
41
{user.cursorless_homophone} settings :
42
42
user.private_cursorless_show_settings_in_ide ()
43
+
44
+ bar {user.cursorless_homophone} :
45
+ user.private_cursorless_show_sidebar ()
You can’t perform that action at this time.
0 commit comments