continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.25k stars 1.66k forks source link

Fix build errors from missing index.html and docs crawler #2799

Closed RomneyDa closed 1 week ago

RomneyDa commented 1 week ago

Had gitignored the entire jetbrains webview/resources, turns out it was using one file index.html from there DocsCrawler was throwing a build error for generator typing, one line change Also removed duplicate config_rc_schema again - this might happen a few times with git caching i guess