Skip to content

Commit

Permalink
Update extension.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NetaMolcho committed Nov 29, 2020
1 parent 4e1dfce commit d7391e7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ export async function activate(context: vscode.ExtensionContext) {
registerAndSubscribeCommand("loadYeomanUI", yeomanUIPanel.loadWebviewPanel.bind(yeomanUIPanel));
registerAndSubscribeCommand("yeomanUI.toggleOutput", yeomanUIPanel.toggleOutput.bind(yeomanUIPanel));
registerAndSubscribeCommand("yeomanUI._notifyGeneratorsChange", yeomanUIPanel.notifyGeneratorsChange.bind(yeomanUIPanel));
registerAndSubscribeCommand("runFoodq", () => {
vscode.commands.executeCommand("loadYeomanUI", { filter: { type: "project" }, generator: "foodq" });
});
registerAndSubscribeCommand("runFiori", () => {
vscode.commands.executeCommand("loadYeomanUI", { filter: { type: "project" }, generator: "@sap/fiori-elements:app" });
});
registerWebviewPanelSerializer(yeomanUIPanel);

// ExploreGensPanel
Expand Down

0 comments on commit d7391e7

Please sign in to comment.