continue
continue copied to clipboard
intelliJ plug-in packaging steps
Validations
- [ ] I believe this is a way to improve. I'll try to join the Continue Discord for questions
- [ ] I'm not able to find an open issue that requests the same enhancement
Problem
Hello, I would like to know the intellij plug-in packaging steps. I modified a question and wanted to try to see if it was successful. I used ./gradlew buildPlugin to package it. After installation, I found that darwin-arm64, darwin-x64, win32-x64, build, index.js and other files were missing from the core folder in the installation directory. , making it unusable. When importing intelliJ IDEA, the following error message appears
Solution
No response
@Andyxion I just added a section to our CONTRIBUTING.md: https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md#jetbrains
Hopefully this is helpful! It's new so if you think I missed anything or the setup process still doesn't work, please let me know
@Andyxion I just added a section to our CONTRIBUTING.md: https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md#jetbrains
Hopefully this is helpful! It's new so if you think I missed anything or the setup process still doesn't work, please let me know
Hi, I also want to know how to build jetbrains plugin, in the CONTRIBUTING.md, has a step is "To package the extension, choose the "Build Plugin" Gradle configuration", but i can not find this configuration, after I import the continue's project, there are only "Run Plugin" and "Run tests" displayed, so could you tell me where's the "Build Plugin" configuration?
Thank you!