huggingface / llm-vscode

LLM powered development for VSCode
Apache License 2.0
1.23k stars 133 forks source link

Client is not running and can't be stopped. It's current state is: starting #83

Closed fyyyyy closed 1 year ago

fyyyyy commented 1 year ago

Getting this error inside VScode WSL / Ubuntu. It works fine in VScode windows

mainThreadExtensionService.ts:81 [HuggingFace.huggingface-vscode]Client is not running and can't be stopped. It's current state is: starting
fyyyyy commented 1 year ago

Its working now, not sure what fixed it but the default settings.json may be wrong as indicated by the yellow suggestion. So i added the suggested fix as a new line and now it works

image
    "remote.containers.executeInWSL": true,
    "dev.containers.executeInWSL": true,
McPatate commented 1 year ago

I'll assume this is fixed, closing