Web IDE Beta
docs.gitlab.com
Web IDE Beta
1–10 of 258 posts
Re: Web IDE Beta
#2I wonder if at some point VS Code will add some enterprise editions, these feel like the perfect place to do it.
Re: Web IDE Beta
#3Re: Web IDE Beta
#4Interesting, I think several websites are doing this. I wonder if at some point VS Code will add some enterprise editions, these feel like the perfect place to do it.
I think cloud vendors like gitlab and others should actually work on rewriting or maintaining a different fork or write an entirely different web editor altogether.
VSC is not a piece of competitor-friendly software and most importantly it does not support mobile browsers so imho all these companies are locking themselves in the past as the need for mobile and tablet editing (even if limited) is going to keep rising and they are not offering it.
Re: Web IDE Beta
#5Interesting, I think several websites are doing this. I wonder if at some point VS Code will add some enterprise editions, these feel like the perfect place to do it.
Microsoft's strategy is to build a moat around VS Code/GitHub. Compared to GitLab, they have:
* Brand recognition of VS Code
* VS Code extension gallery that only VS Code can connect to
* Buttons in the Desktop version of VS Code to connect to GitHub Codespaces, Azure etc
* MS-written closed source extensions- Pylance, parts of OmniSharp, Remote SSH, Remote Containers, Remote WSL, Live Share, GitHub Copilot, IntelliCode, Python WASM In the Browser, GitHub Codespaces integration.
* Control over the VS Code API. They can add just the functionality their extensions need and nothing more.
* They own the LSP specs. They can add just the functionality that VS Code implements and nothing more.
* Control over the VS Code "proposed" API. If you want to use these APIs in your extension, you have to be whitelisted by Microsoft (or ask users to install a non-VS Code version of VS Code). Gitlab can offer a Web IDE, they can't offer integration with desktop VS Code to provide those nice features like desktop-level keyboard shortcuts, Git Clone, compare with working tree, etc as that would use the "proposed" APIs.
Re: Web IDE Beta
#6Interesting, I think several websites are doing this. I wonder if at some point VS Code will add some enterprise editions, these feel like the perfect place to do it.
They have one, it's called GitHub Codespaces. (Remember, nobody wants to sell software any more, only services). Microsoft's strategy is to build a moat around VS Code/GitHub. Compared to GitLab, they have: * Brand recognition of VS Code * VS Code extension gallery that only VS Code can connect to * Buttons in the Desktop version of VS Code to connect to GitHub Codespaces, Azure etc * MS-written closed source extensi…
Re: Web IDE Beta
#7Re: Web IDE Beta
#8Interesting, I think several websites are doing this. I wonder if at some point VS Code will add some enterprise editions, these feel like the perfect place to do it.
I think the biggest risk for those companies (see GitPod who had multiple blog posts about it) is that the good parts of VSC really are closed source or not MIT-licensed so you can't use things like share or extensions and many others. I think cloud vendors like gitlab and others should actually work on rewriting or maintaining a different fork or write an entirely different web editor altogether. VSC is not a piece…
Re: Web IDE Beta
#9Rather useless at the moment. I at least can't really work around in a codebase without project search.
Re: Web IDE Beta
#10Earlier quoted context omitted.
They have one, it's called GitHub Codespaces. (Remember, nobody wants to sell software any more, only services). Microsoft's strategy is to build a moat around VS Code/GitHub. Compared to GitLab, they have: * Brand recognition of VS Code * VS Code extension gallery that only VS Code can connect to * Buttons in the Desktop version of VS Code to connect to GitHub Codespaces, Azure etc * MS-written closed source extensi…
Right, I just realised the GitLab Web IDE is running fully in the browser, so there is no Terminal. Maybe they are considering a later version which is more like Codespaces, letting you develop and run your code, keeping the browser as the user interface.