I'm curious. I know it's great for one-offs, but is anyone actually using VSCode as their main tool when so many native IDEs and text editors are available? I would love to know what's your use case. Maybe I'm missing something big.
I'm using it as my main editor for a Django codebase. It's not my favorite IDE, it's a bit slow too but it's the best I could find for what I do. Also I haven't found any good native IDE that can handle Python, Django, HTML, CSS and JS as well as VSCode. There are IDEs that can do Python (and Django) and others for HTML, CSS and JS but I don't want to be constantly switching between the two. If you know a good IDE th…
VSCode on Google Colab
31–40 of 53 posts
Re: VSCode on Google Colab
#32Why not just use a service like repl.it? Is it just so you can use VSCode?
I am trying to build a small web app using repl.it as my dev environment and deploy on google app engine. The stack is flask/mysql/html5/bootstrap.
I have a workflow where I can commit to a dev branch inside repl.it, push to github and them merge to master. If merge is no-conflict, it uses github actions to deploy to google app engine.
There are trade offs, but I am really enjoying the ability to just start coding by opening a browser and having my full dev environment in a tab. Really fun!
Re: VSCode on Google Colab
#33Note that this is not "actual" VSCode, but its fork code-server, that takes VSCode and modifies it to run in a browser. https://github.com/cdr/code-server This package just installs code-server on Google Colab, whatever that is. Hosted VSCode instances that Microsoft has on Azure and in beta on GitHub are a different thing and are not open source.
I can see it now: one day all of our engineering work will happen exclusively in the cloud and we'll all be using thin clients.
Just like smart phones, the typical desktop or laptop will become a dumb device. A Chromebook, but worse.
Subscribe to your tools, for the low monthly cost of only... And wait, there's more. You can upgrade your storage and execution time package.
Augh.
Re: VSCode on Google Colab
#34The future is truly horrifying. I do not want to run my text editor in my browser. Soon our text editors will be hosted by Google or something, and we will edit files with them online. Ugh. Imagine requiring Internet connection and a browser just to edit a file on your computer! I know I am exaggerating a bit, but jeez, this direction sucks.
Re: VSCode on Google Colab
#35Re: VSCode on Google Colab
#36> modifies it to run in a browser. The future is truly horrifying. I do not want to run my text editor in my browser. Soon our text editors will be hosted by Google or something, and we will edit files with them online. Ugh. Imagine requiring Internet connection and a browser just to edit a file on your computer! I know I am exaggerating a bit, but jeez, this direction sucks.
Nothing stopping you from continuing to use vim, emacs, sublime, etc though.
Re: VSCode on Google Colab
#37> modifies it to run in a browser. The future is truly horrifying. I do not want to run my text editor in my browser. Soon our text editors will be hosted by Google or something, and we will edit files with them online. Ugh. Imagine requiring Internet connection and a browser just to edit a file on your computer! I know I am exaggerating a bit, but jeez, this direction sucks.
Re: VSCode on Google Colab
#38> modifies it to run in a browser. The future is truly horrifying. I do not want to run my text editor in my browser. Soon our text editors will be hosted by Google or something, and we will edit files with them online. Ugh. Imagine requiring Internet connection and a browser just to edit a file on your computer! I know I am exaggerating a bit, but jeez, this direction sucks.
VS Code runs on electron so it is already an editor running in a browser locally without an Internet connection required.
Re: VSCode on Google Colab
#39Note that this is not "actual" VSCode, but its fork code-server, that takes VSCode and modifies it to run in a browser. https://github.com/cdr/code-server This package just installs code-server on Google Colab, whatever that is. Hosted VSCode instances that Microsoft has on Azure and in beta on GitHub are a different thing and are not open source.
> Hosted VSCode instances that Microsoft has on Azure and in beta on GitHub are a different thing and are not open source. I can see it now: one day all of our engineering work will happen exclusively in the cloud and we'll all be using thin clients. Just like smart phones, the typical desktop or laptop will become a dumb device. A Chromebook, but worse. Subscribe to your tools, for the low monthly cost of only... An…