File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 416416 "description" : " Show comments."
417417 }
418418 }
419- }
419+ },
420+ "keybindings" : [
421+ {
422+ "command" : " sourcery.chat.ask" ,
423+ "linux" : " ctrl+y" ,
424+ "mac" : " cmd+y" ,
425+ "windows" : " ctrl+shift+y" ,
426+ "when" : " editorTextFocus"
427+ }
428+ ]
429+
420430 },
421431 "main" : " ./out/extension" ,
422432 "scripts" : {
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ export function showAskSourceryQuickPick(recipes: Recipe[]) {
3636 } ) ) ;
3737
3838 const quickPick = vscode . window . createQuickPick ( ) ;
39- quickPick . placeholder = "Ask any question or choose one of these recipes" ;
39+ quickPick . placeholder =
40+ "Ask Sourcery a question or choose one of these recipes" ;
4041 quickPick . items = recipeItems ;
4142
4243 quickPick . onDidAccept ( ( ) => {
You can’t perform that action at this time.
0 commit comments