We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2e60a commit f34eaf3Copy full SHA for f34eaf3
1 file changed
src/activate/registerPearListener.ts
@@ -52,7 +52,7 @@ export const registerPearListener = async (provider: ClineProvider) => {
52
await new Promise((resolve) => setTimeout(resolve, 3000))
53
54
// * This does actually work but the UI update does not happen. This method calls this.postStateToWebview() so not sure what is going on - James
55
- if(msg.newProjectType !== "NONE") {
+ if(msg.newProjectType === "WEBAPP") {
56
// Only switch to the creator manager if we're creating a new project
57
// TODO: later when we need to make a different type of project, we need to change this
58
await provider.handleModeSwitch(PEARAI_CREATOR_MODE_WEBAPP_MANAGER_SLUG);
0 commit comments