diff --git a/main.ts b/main.ts index 9529e8a..67b36f6 100644 --- a/main.ts +++ b/main.ts @@ -56,7 +56,8 @@ if (method === "query") { JSON.stringify(w) ] }, - IcoPath: "Images\\app.png" + IcoPath: "Images\\app.png", + RecordKey: w.workspace.id }; return result; }); diff --git a/src/flow-api.ts b/src/flow-api.ts index c010683..6eb23d5 100644 --- a/src/flow-api.ts +++ b/src/flow-api.ts @@ -32,7 +32,7 @@ export interface Result { SubTitleToolTip?: string; /** Must be int */ Score?: number; - + RecordKey?: string; } export interface JsonRPCAction { method: Methods;