File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 130130 "command" : " cloudinary.showLibrary" ,
131131 "title" : " Browse Media Library" ,
132132 "category" : " Cloudinary"
133+ },
134+ {
135+ "command" : " cloudinary.configureAiTools" ,
136+ "title" : " Configure AI Tools" ,
137+ "category" : " Cloudinary"
133138 }
134139 ],
135140 "menus" : {
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import registerClipboard from "./copyCommands";
77import registerSwitchEnv from "./switchEnvironment" ;
88import registerClearSearch from "./clearSearch" ;
99import registerWelcomeScreen from "./welcomeScreen" ;
10+ import registerConfigureAiTools from "./configureAiTools" ;
1011import { CloudinaryTreeDataProvider } from "../tree/treeDataProvider" ;
1112
1213/**
@@ -52,6 +53,7 @@ function registerAllCommands(
5253 registerClipboard ( context ) ;
5354 registerSwitchEnv ( context , provider , statusBar ) ;
5455 registerWelcomeScreen ( context , provider ) ;
56+ registerConfigureAiTools ( context ) ;
5557}
5658
5759export { registerAllCommands } ;
You can’t perform that action at this time.
0 commit comments