input: command palette actions must use formatter, not tag (#9325)
Regression from our Zig 0.15 migration.pull/9331/head
parent
66486901f5
commit
fb5b8d7968
|
|
@ -50,7 +50,7 @@ pub const Command = struct {
|
|||
|
||||
return .{
|
||||
.action_key = @tagName(self.action),
|
||||
.action = std.fmt.comptimePrint("{t}", .{self.action}),
|
||||
.action = std.fmt.comptimePrint("{f}", .{self.action}),
|
||||
.title = self.title,
|
||||
.description = self.description,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue