[vscode-spring-cli]: boot new command support
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
"use strict";
|
||||
import * as vscode from "vscode";
|
||||
import { Cli } from "./cli/core";
|
||||
import { handleCommand } from "./boot-project/project-new";
|
||||
import { handleNew } from "./boot-project/boot-project";
|
||||
|
||||
export const CLI = new Cli();
|
||||
|
||||
export async function activate(context: vscode.ExtensionContext): Promise<void> {
|
||||
vscode.commands.registerCommand('vscode-spring-cli.new-project', () => {
|
||||
handleCommand({});
|
||||
handleNew({});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user