You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I installed the extension and enabled it in a new profile in VS Code. I have connected it to my local ollama instance, where I have the granite-code:8b model installed. I defined to use the granite-code:8b model for both chat and code gen. The chat function actually works, I can ask questions and get good answers. However, I am expecting to see code completion examples when typing in code in a new, say, .java file. But nothing happens. So it seems that the code gen is just not doing anything. I do not see any error messages anywhere.
Do I have to somehow enable code gen separately? Can I trigger it with some key combination? I don't see one configured in the keyboard settings for the extension.
How can I troubleshoot this? Some log that I could look at?
To Reproduce:
Steps to reproduce the behavior:
Install extension in new profile in VS Code.
Configure for ollama, model granite-code:8b, for both chat and code gen
Create new .java file
Start typing code, and wait to see code suggestions pop up.
Nothing happens.
Expected behavior:
I expect to see code suggestions that I can then accept using the tab key.
Environment:
macOS Sequoia
The text was updated successfully, but these errors were encountered:
Description:
I installed the extension and enabled it in a new profile in VS Code. I have connected it to my local ollama instance, where I have the granite-code:8b model installed. I defined to use the granite-code:8b model for both chat and code gen. The chat function actually works, I can ask questions and get good answers. However, I am expecting to see code completion examples when typing in code in a new, say, .java file. But nothing happens. So it seems that the code gen is just not doing anything. I do not see any error messages anywhere.
Do I have to somehow enable code gen separately? Can I trigger it with some key combination? I don't see one configured in the keyboard settings for the extension.
How can I troubleshoot this? Some log that I could look at?
To Reproduce:
Steps to reproduce the behavior:
Expected behavior:
I expect to see code suggestions that I can then accept using the tab key.
Environment:
The text was updated successfully, but these errors were encountered: