continue
                                
                                 continue copied to clipboard
                                
                                    continue copied to clipboard
                            
                            
                            
                        IntelliJ IDEA quits unexpectedly while using autocomplete
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [ ] I'm not able to find an open issue that reports the same bug
- [ ] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:window 10
- Continue: 0.0.55
- IDE:IntelliJ IDEA 2023.1.6 (Ultimate Edition)
- Model:
- config.json:
  
{
  "models": [
    {
      "title": "new-Codeqwen:7b",
      "provider": "ollama",
      "model": "codeqwen:7b",
      "apiBase": "http://192.168.XXX.XXX:11435"
    }
  ],
  "customCommands": [
    {
      "name": "test",
      "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
      "description": "Write unit tests for highlighted code"
    }
  ],
  "tabAutocompleteModel": {
    "title": "Tab Autocomplete Model",
    "provider": "ollama",
    "model": "codeqwen:7b",
    "apiBase": "http://192.168.150.194:11435"
  },
  "tabAutocompleteOptions": {
    "multilineCompletions":"always",
    "useCache": false
  },
  "allowAnonymousTelemetry": true,
  "embeddingsProvider": {
    "provider": "free-trial"
  },
  "reranker": {
    "name": "free-trial"
  }
}
Description
java.lang.NullPointerException: Cannot invoke "com.intellij.openapi.wm.StatusBar.updateWidget(String)" because "statusBar" is null
at com.github.continuedev.continueintellijextension.autocomplete.AutocompleteSpinnerWidget.updateIcon(AutocompleteSpinnerWidgetFactory.kt:73)
at com.github.continuedev.continueintellijextension.autocomplete.AutocompleteSpinnerWidget.
To reproduce
No response
Log output
No response