-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
ide:jetbrainsRelates specifically to JetBrains extensionRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I'm not able to find a related conversation on GitHub discussions that reports the same bug
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows 11
- Continue version: 1.0.52
- IDE version: IntelliJ IDEA 2025.2.4 (Community Edition)
- Model: Claude 4.5 SonnetDescription
Continue fails to create files, especially during the /Init Shortcut.
create_new_file failed with the message: `filepath` argument is required and must not be empty or whitespace-only. (type string)
Please try something else or request further instructions.
Stacktrace:
java.util.ConcurrentModificationException
at java.base/java.util.ArrayList.sort(ArrayList.java:1806)
at java.base/java.util.Collections.sort(Collections.java:178)
at kotlin.collections.CollectionsKt__MutableCollectionsJVMKt.sortWith(MutableCollectionsJVM.kt:42)
at com.intellij.openapi.keymap.impl.KeymapImplKt.sortInRegistrationOrder(KeymapImpl.kt:821)
at com.intellij.openapi.keymap.impl.KeymapImplKt.access$sortInRegistrationOrder(KeymapImpl.kt:1)
at com.intellij.openapi.keymap.impl.KeymapImpl.getActionIds(KeymapImpl.kt:536)
at com.intellij.openapi.keymap.impl.KeymapImpl.getActionIds(KeymapImpl.kt:508)
at com.intellij.openapi.keymap.impl.KeymapImpl.getActionIds(KeymapImpl.kt:427)
at com.github.continuedev.continueintellijextension.activities.ContinuePluginStartupActivity.removeShortcutFromAction(ContinuePluginStartupActivity.kt:106)
at com.github.continuedev.continueintellijextension.activities.ContinuePluginStartupActivity.runActivity(ContinuePluginStartupActivity.kt:92)
at com.intellij.ide.startup.impl.StartupManagerImpl.runOldActivity(StartupManagerImpl.kt:359)
at com.intellij.ide.startup.impl.StartupManagerImpl.access$runOldActivity(StartupManagerImpl.kt:72)
at com.intellij.ide.startup.impl.StartupManagerImpl$Companion$addActivityEpListener$1$extensionAdded$2.invokeSuspend(StartupManagerImpl.kt:95)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1189)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:778)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:765)
We really want to use Continue productive, but unfortunately this Plugin is a mess... Every Week there is another base feature broken. Especially the IntelliJ Plugin is a nightmare.
I don't understand why there is so much feature development active instead of making the basic stuff working.
To reproduce
- Open Project
- Use /Init Task
- See how it fails to create files
Log output
i-love-coffee-i-love-tea, Pyroboomka, fdosani and biorz
Metadata
Metadata
Assignees
Labels
ide:jetbrainsRelates specifically to JetBrains extensionRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Type
Projects
Status
Todo