huggingface / llm-vscode

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

the vsix doesn't work?,how to fix it #50

Closed CuteBadEgg closed 1 year ago

CuteBadEgg commented 1 year ago

i download the vsix from https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode&ssr=false#version-history,but in vscode when i installed it ,it doesn't work 。could you fix this?

McPatate commented 1 year ago

Could you explain in more detail what issue you're facing? Also, please include steps to reproduce.

pzarzycki commented 1 year ago

According to the documentation there should be an option "Llm: Config Template", but VS code shows only:

Login works, but nothing else is happening.

McPatate commented 1 year ago

@pzarzycki you are talking about commands while Llm: Config Template is a configuration setting, from the README:

Open Vscode Settings (cmd+,) & type: Llm: Config Template

pzarzycki commented 1 year ago

Indeed, thank you. Somehow I miss that part.

McPatate commented 1 year ago

Closing, feel free to re-open if your problem persists.