Earlier quoted context omitted.
Exactly. That's what Cursor did, and (I think) Microsoft will agree with that and maybe even welcome developers to do this.
Has Microsoft allowed Cursor to access the VSCode Marketplace? As far as I know, it is against the ToS for any editor other than VSCode to access it.
Microsoft is introducing hidden APIs to VS Code only enabled for Copilot?
61–70 of 227 posts
Re: Microsoft is introducing hidden APIs to VS Code only enabled for Copilot?
#62Earlier quoted context omitted.
Exactly. That's what Cursor did, and (I think) Microsoft will agree with that and maybe even welcome developers to do this.
Has Microsoft allowed Cursor to access the VSCode Marketplace? As far as I know, it is against the ToS for any editor other than VSCode to access it.
Re: Microsoft is introducing hidden APIs to VS Code only enabled for Copilot?
#63Earlier quoted context omitted.
> VSCode is provided fully free as in beer and freedom No, VSCode is a proprietary text editor/IDE from Microsoft. Code-OSS is provided fully free as in beer and freedom, and is currently what resides at https://github.com/microsoft/vscode . Why would Microsoft not want other AI agent extensions to get the same benefits, which would benefit all AI agent users? Edit: I have removed the portion of the comment which dis…
Does throwaway account negates the arguments though?
Either way, no, a fork is not simple because forks cannot access the VSCode Marketplace.
Re: Microsoft is introducing hidden APIs to VS Code only enabled for Copilot?
#64Very interestingly, just yesterday I discovered that VSCode has a set of APIs for adding SSH tunneling, and under normal circumstances you must launch vscode with special flags to be able to use them. Somehow their built-in JavaScript debugging extension can use these APIs without any issues. https://github.com/microsoft/vscode/blob/main/src/vscode-dts... And you can hardly find any public information about these API…
Re: Microsoft is introducing hidden APIs to VS Code only enabled for Copilot?
#65Earlier quoted context omitted.
[flagged]
Eh not quite. Famously, you can fork VSCode, but you can't use the VSCode Extension Marketplace if you do, which loses a lot of the network effect benefits of the VSCode ecosystem. (As far as I know Cursor is flat out violating Microsoft's terms of service with respect to the extension marketplace).
Re: Microsoft is introducing hidden APIs to VS Code only enabled for Copilot?
#66Earlier quoted context omitted.
[flagged]
Eh not quite. Famously, you can fork VSCode, but you can't use the VSCode Extension Marketplace if you do, which loses a lot of the network effect benefits of the VSCode ecosystem. (As far as I know Cursor is flat out violating Microsoft's terms of service with respect to the extension marketplace).
Re: Microsoft is introducing hidden APIs to VS Code only enabled for Copilot?
#67Earlier quoted context omitted.
[flagged]
Eh not quite. Famously, you can fork VSCode, but you can't use the VSCode Extension Marketplace if you do, which loses a lot of the network effect benefits of the VSCode ecosystem. (As far as I know Cursor is flat out violating Microsoft's terms of service with respect to the extension marketplace).
Re: Microsoft is introducing hidden APIs to VS Code only enabled for Copilot?
#68Lloks like Microsoft is going back to it's old ways. I am not surprised tbh.
I mean, Microsoft has been very clear about their business model of VSCode -- similar to Chromium, the base product is free and you can do whatever you want (and indeed there are lots of products reusing the core of VSCode), but extension marketplace/remote/GitHub Copilot are proprietary. It sounds like a fair deal to me -- Microsoft can't just do open source without expecting to get something in return. Now, coming…
Re: Microsoft is introducing hidden APIs to VS Code only enabled for Copilot?
#69Everyone is reading this as intentional anti-competitive practices. While that may be true, isn't another reasonable explanation that the Copilot development team is moving as fast as they can and these sorts of workarounds are being forced through in the name of team velocity? It takes a lot more time/energy to push public APIs and it's probably a very different team than the team developing the copilot extension. S…
Re: Microsoft is introducing hidden APIs to VS Code only enabled for Copilot?
#70Earlier quoted context omitted.
Won't really help ya. As outlined at https://ghuntley.com/fracture/ as soon as you compile "VSCode" (MIT) the ecosystem fractures in a bad way (tm) including no-license to run majority of MSFT extensions (Language LSPs, Copilot, Remote Development). If you are a vendor producing a MIT fork then one needs to iterate the graph and convince 3rd party extension authors to _not use the MSFT extensions_ as dependencies _an…
If MS didn't owned VS code. What would they be doing?