continue icon indicating copy to clipboard operation
continue copied to clipboard

Jetbrains extension not working at all.

Open amirhossein-ka opened this issue 1 year ago • 17 comments

Before submitting your bug report

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

  1. Install extension on jetbrains ide
  2. 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 

amirhossein-ka avatar Aug 21 '24 07:08 amirhossein-ka