Skip to content

MacOS Intell: Extension host terminated unexpectedly 3 times within the last 5 minutes. continue.newSession' not found error coming in Visual Studio Code #5749

Open
@rohitttttt

Description

@rohitttttt

Before submitting your bug report

Relevant environment info

- OS: MAC OS Intell
- Continue version: Continue 1.0.10-VSCode 
- IDE version:1.100.2 (Universal).
- Model: Open AI
- config:
{
  "models": [
    {
      "model": "AUTODETECT",
      "title": "openAI",
      "apiBase": "**********",
      "apiKey": "**********",
      "provider": "openai"
    }
  ],
  "systemMessage": "",
  "completionOptions": {
    "temperature": 0
  },
  "contextProviders": [
    {
      "name": "codebase",
      "params": {
        "nRetrieve": 25,
        "nFinal": 5,
        "useReranking": true
      }
    },
    {
      "name": "tree"
    },
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    }
  ]
}
    OR link to assistant in Continue hub:

Description

I am getting error when i am installing the plugin in visual studio code. error which i am getting while clicking + icon is continue.newSession' not found. Please suggest what wrong i am doing. I am mentioning the error logs and vscode version. I have tried to compiled Continue 1.0.10-VSCode version. and visual studio code version which i am using is Version: 1.100.2 (Universal). Please let me know if you need any other info

To reproduce

Compile the plugin from github code Continue 1.0.10-VSCode version
after that instal the plugin in VS code
click on + icon
after that nothing is happening and getting error continue.newSession' not found.

I have reinstalled and installed it again. my vs code is there in application folder. but getting same error continuously.
Note: My plugin for intellij on same machine is working fine.

Log output

otificationsAlerts.ts:42 Extension host terminated unexpectedly 3 times within the last 5 minutes.
2
log.ts:460   ERR Canceled: Canceled
    at J0 (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:7:1105)
    at vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3272:37225
    at Array.forEach (<anonymous>)
    at V0t.dispose (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3272:37165)
    at bDe.dispose (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3272:48837)
    at tZs.dispose (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3279:7460)
    at eZs.stopAllInReverse (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3279:6762)
    at async Abt.tb (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3278:16229)
notificationsAlerts.ts:40 Error: command 'continue.newSession' not found
    at WKe.n (commandService.ts:91:26)
    at WKe.executeCommand (commandService.ts:85:15)
    at async Na.u (actions.ts:194:3)
    at async Na.run (actions.ts:185:4)
    at async sh.onClick (menuEntryActionViewItem.ts:208:4)
notificationsAlerts.ts:40 Error: command 'continue.newSession' not found
    at WKe.n (commandService.ts:91:26)
    at WKe.executeCommand (commandService.ts:85:15)
    at async Na.u (actions.ts:194:3)
    at async Na.run (actions.ts:185:4)
    at async sh.onClick (menuEntryActionViewItem.ts:208:4)

Metadata

Metadata

Assignees

Labels

area:installationRelates to the installation processide:vscodeRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behavior

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions