Replies: 2 comments 2 replies
-
Great idea, hope can support VSCode SSH remote access as well. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This looks cool I'm going to try it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
References:
This repo will be an attempt to implement a
llama.vim
-like extension for VS Code. In this discussion we can brainstorm on the specific implementation. I don't have any experience with writing and using VS Code extensions, so I might not be able to provide a lot of specific insights. But overall, I think the implementation should follow closely the logic of thellama.vim
plugin.One of the main differences would probably be the mechanism for collecting the extra context. In
llama.vim
we use Vim events for entering/leaving files, entering/leaving insert mode, etc. Hopefully there is some similar functionality available in VS Code.So far, @VJHack has expressed interest in working on this extension, so I've added them to the ggml-org/p1 team. Everyone else is welcome to join too.
Beta Was this translation helpful? Give feedback.
All reactions