redhat-developer / vscode-granite

Use IBM Granite Code LLM as your Code Assistant in Visual Studio Code
Apache License 2.0
3 stars 6 forks source link

Installation does not prompt for Ollama #76

Open RickJWagner opened 2 weeks ago

RickJWagner commented 2 weeks ago

Per the instructions in this repo, "Once the extension is running, a new window will prompt you to install Ollama."

This does not appear to be happening for me. (Running VSCode 1.94.0 on Fedora 38).

After installation, there are no prompts to install Ollama or anything else.

image

RickJWagner commented 2 weeks ago

The extensions log has lines like this: 2024-10-10 14:15:31.379 [info] ExtensionService#_doActivateExtension redhat.vscode-granite, startup: false, activationEvent: 'onStartupFinished'

fbricon commented 2 weeks ago

I suspect, because you installed it manually, vscode didn't automatically install the Continue dependency. Please try to install that first: https://marketplace.visualstudio.com/items?itemName=Continue.continue

This won't be an issue when installing from the marketplace.

fbricon commented 2 weeks ago

@RickJWagner now that we have pre-releases on the VS Code and Open VSX marketplaces, can you uninstall your extension and search and reinstall it from the Extensions view? It should work now, hopefully.