We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
input
1 parent c444552 commit 22a723cCopy full SHA for 22a723c
lib/runtime/frontend.coffee
@@ -14,6 +14,8 @@ module.exports =
14
activate: ->
15
client.handle select: (items) -> selector.show items
16
17
+ client.handle input: () -> selector.show([], {allowCustom: true})
18
+
19
client.handle syntaxcolors: (selectors) -> colors.getColors(selectors)
20
21
client.handle openFile: (file, line) => @ink?.Opener.open(file, line, {
0 commit comments