-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Issues with loading config #7524
Copy link
Copy link
Closed as not planned
Labels
area:configurationRelates to configuration optionsRelates to configuration optionside: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 Windowsstale
Metadata
Metadata
Assignees
Labels
area:configurationRelates to configuration optionsRelates to configuration optionside: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 Windowsstale
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Continue plugin failed to index my codebase in latest IntellijIdea. Indexing is stuck in 0% position
Why?
In core log i see:
It seems that nodejs continue server failed to load js config from .continue folder?
Why it sasys in logs that failed to parse line in my kotlin file?
I dont have config.js file, but config.ts. Ok, i compile ts into js, still the same error
Please, help me diagnose the problem and solve it!
PS
ai suggested to define the path explicitly in Idea:
-Dcontinue.config_path=file:///C:/Users/YourUsername/.continue/config.jsDidn't help