continue
                                
                                 continue copied to clipboard
                                
                                    continue copied to clipboard
                            
                            
                            
                        Jetbrains extension not working at all.
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:Linux mint Willma
- Continue: 0.0.62
- IDE:Goland 2024.1.1 and Phpstorm 2023.2.2
Description
When installing extensions on a freshly installed Goland, extension window is blank. without anything to see or click.
I suspected that it was an issue like #2040 so i added "disableIndexing": true in config.json, but nothing changed.
And on phpstorm the window did show the ui, but it was stuck at initializing after changing configuration. Also there was no logs in ~/.continue/logs/core.log.
Edit:
I tried it with older version of goland (2023.2) and the ui loads but it shows a little notification that says: Core process exited with error:
To reproduce
- Install extension on jetbrains ide
- Either no UI for extension or Don't start correctly.
Log output
Before `"disableIndexing": true` :
[info] Starting Continue core...
[2024-08-21T07:34:23] [info] Starting Continue core... 
[2024-08-21T07:34:23] Setup 
[2024-08-21T07:34:23] Core started 
[2024-08-21T07:34:24] Indexing: 0.0% complete, elapsed time: 0s, NaN file/sec 
[2024-08-21T07:34:25] Indexing: 25.0% complete, elapsed time: 2s, 1.00 file/sec 
[2024-08-21T07:34:25] Indexing: 25.0% complete, elapsed time: 2s, 1.00 file/sec 
[2024-08-21T07:34:25] error when indexing:  Error: Failed to generate embeddings for 12 chunks with provider: _TransformersJsEmbeddingsProvider::all-MiniLM-L6-v2: Error: `local_files_only=true` or `env.allowRemoteModels=false` and file was not found locally at "/snapshot/continue/binary/models/all-MiniLM-L6-v2/tokenizer.json".
[2024-08-21T07:34:35] (node:17551) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `continue-binary --trace-warnings ...` to show where the warning was created) 
After "disableIndexing": true:
[info] Starting Continue core...
[2024-08-21T07:35:42] [info] Starting Continue core... 
[2024-08-21T07:35:42] Setup 
[2024-08-21T07:35:42] Core started