PR #174 introduced the following error message here.
Unable to determine the framework type for ${project.name}
Having this error message is causing the Output panel of VS Code to be focused for any non Ionic project. I even opened up a completely empty folder and this error gets thrown.
I would argue that this error message is a little too aggressive.
What are your thoughts on changing this to a warning and/or changing the logging.ts logic to have an option to not call channel.show() when logging a message?
Also, maybe don't call channel.show() at all if a warning.
PR #174 introduced the following error message here.
Having this error message is causing the Output panel of VS Code to be focused for any non Ionic project. I even opened up a completely empty folder and this error gets thrown.
I would argue that this error message is a little too aggressive.
What are your thoughts on changing this to a warning and/or changing the
logging.ts
logic to have an option to not callchannel.show()
when logging a message?Also, maybe don't call
channel.show()
at all if a warning.