extension/src/setup/webview/messages.ts
Function handleMessageFromWebview
has 50 lines of code (exceeds 40 allowed). Consider refactoring. Open
Open
public handleMessageFromWebview(message: MessageFromWebview) {
switch (message.type) {
case MessageFromWebviewType.CHECK_CLI_COMPATIBLE:
return commands.executeCommand(
RegisteredCommands.EXTENSION_CHECK_CLI_COMPATIBLE