Live data from Hacker News

Microsoft Open Sources Copilot

code.visualstudio.com

11–20 of 20 posts

Re: Microsoft Open Sources Copilot

#12
post #9

They’re afraid Cursor is going to drift away from VS Code.

the quality gap between agentic AI in Cursor and VSC is like night and day. If VSC would add LM Studio/llama.cpp support, it could win some programmers.

I haven’t had the time to try it, but apparently a few weeks ago Copilot had a major update. Maybe someone else I can use can come in how it performs vs Cursor?

Re: Microsoft Open Sources Copilot

#13
post #12

Earlier quoted context omitted.

the quality gap between agentic AI in Cursor and VSC is like night and day. If VSC would add LM Studio/llama.cpp support, it could win some programmers.

I haven’t had the time to try it, but apparently a few weeks ago Copilot had a major update. Maybe someone else I can use can come in how it performs vs Cursor?

yes, I got excited after that major update and tried VSC, but it was not ironed out and clearly they got their system prompts wrong.

Re: Microsoft Open Sources Copilot

#14
post #12

Earlier quoted context omitted.

I haven’t had the time to try it, but apparently a few weeks ago Copilot had a major update. Maybe someone else I can use can come in how it performs vs Cursor?

yes, I got excited after that major update and tried VSC, but it was not ironed out and clearly they got their system prompts wrong.

It's much better now, but it only works well with Sonnet 3.7.

Re: Microsoft Open Sources Copilot

#15
post #9

They’re afraid Cursor is going to drift away from VS Code.

the quality gap between agentic AI in Cursor and VSC is like night and day. If VSC would add LM Studio/llama.cpp support, it could win some programmers.

Is there a good way to replicate cursor tab in VS code? I don’t mean the interaction model, but how accurate it is. What model does Cursor use? It’s quite good AND fast.

Re: Microsoft Open Sources Copilot

#16
So they make "building your own Cursor" easier. But at the same time they ban your fork from using Extension Marketplace.

For context: last month they banned Cursor and all other forks from using C++, C# Dev Kit, Python and other extensions. Guess this was preparation for this move.

Re: Microsoft Open Sources Copilot

#19

Earlier quoted context omitted.

Turn it off?

How?

From https://np.reddit.com/r/vscode/comments/1ax4cnt/how_do_i_dis... I find a suggestion that if you use Ctrl+Shift+P to open the keyboard shortcuts menu, and then search for "suggest", there will be an option there to disable it.

Also, the website for visual studio code seems to suggest that the copilot/LLM based suggestions are only present if you have the extension for it installed. (https://code.visualstudio.com/docs/editing/intellisense#_enh... ). If this is true, then (according to https://bobbyhadz.com/blog/uninstall-extensions-vscode ) you can either click "extensions" on the right side-bar or press Ctrl+Shift+X to open the extensions menu, type the name of the extension or select it from the installed extensions list, and then either click uninstall or disable depending on whether you want to to uninstall it or just disable it.

I don't have visual studio code installed, so I haven't tried these solutions, but I imagine that they will probably solve your problem. Hope this helps.

Re: Microsoft Open Sources Copilot

#20
post #15

Earlier quoted context omitted.

the quality gap between agentic AI in Cursor and VSC is like night and day. If VSC would add LM Studio/llama.cpp support, it could win some programmers.

Is there a good way to replicate cursor tab in VS code? I don’t mean the interaction model, but how accurate it is. What model does Cursor use? It’s quite good AND fast.

https://github.com/TabbyML/tabby
Post reply on HN