Live data from Hacker News

Vscode.dev

code.visualstudio.com

91–100 of 273 posts

Re: Vscode.dev

#91

It's not only an awesome technical achievement, but it has also so much potential to be useful. And yet, something at the back on my head is screaming: WARNING! I have the intuition that, on the long run, using more and more tools that are not on your own machine will create a dependency on systems big companies control. And something tells me we are going to pay for it in the end. So I'll stay away. Maybe I'm gettin…

[deleted]

Re: Vscode.dev

#92

This seems really cool, and seems like it took a lot of man hours to put together. However, I'm not sure who this is for. Downloading and installing an application is not a particularly big ask for the type of people who use VSCode. The browser version will always be a compromised experience, given the inherent limitations of browser applications. Even if it works 99% of the time, that 1% would add enough friction to…

I teach coding to new programmers, in particular kids, and every step is a pain. In particular, since we had to go fully remote it's really hard to even get people started.

Anything where I can just say "go to this website, start typing python/javascript, see cool stuff happen" is cool.

Re: Vscode.dev

#93

I was hoping this would be the thing that makes coding on an iPad not awful. But any keyboard shortcuts are consumed by Safari, so it's a pain to use. However, I hope that this enables the VS Code team to make a native iOS/Android VS Code app that would essentially just be a web browser that uses this functionality.

You can do this right now on android. If you're using chrome/chromium based browser, just visit vscode.dev and then select add to home screen from the browser menu. A similar option exists in firefox on android too, I believe.

Once you open the shortcut created from the previous step, it will open the webapp without the browser's UI.

Re: Vscode.dev

#94

This seems really cool, and seems like it took a lot of man hours to put together. However, I'm not sure who this is for. Downloading and installing an application is not a particularly big ask for the type of people who use VSCode. The browser version will always be a compromised experience, given the inherent limitations of browser applications. Even if it works 99% of the time, that 1% would add enough friction to…

Tablets for sure. There are no good coding apps on Tablets. Say you're going on a trip somewhere and don't feel comfortable bringing your $3,000 laptop. Pickup a $150 android tablet + keyboard. Or low income individuals, you could start coding right from your phone without having to buy anything new.

I just tried it and it mostly works in Chrome on Android, except that I can't right-click because Chrome uses that to go back.

Anyone know how to disable that in Chrome?

Re: Vscode.dev

#95
post #68

This seems really cool, and seems like it took a lot of man hours to put together. However, I'm not sure who this is for. Downloading and installing an application is not a particularly big ask for the type of people who use VSCode. The browser version will always be a compromised experience, given the inherent limitations of browser applications. Even if it works 99% of the time, that 1% would add enough friction to…

I'm not sure what the use of the standalone site is, however Microsoft has already integrated VSCode-in-a-browser into Github. If you go to a Github file and press . then that repository will open up in a VSCode instance in browser. It's quite useful to have it's search features rather than needing to clone down a project first.

This VSCode.dev standalone site adds Azure Repos support in addition to Github.dev's existing GitHub support, and they say it will be extendable by extensions so maybe hope for Gitlab/Bitbucket/Gitea/Sourcehut/who knows who else to add this sort of remote dev experience that the Github dot shortcut does.

Also, there's a new "Theme Preview Playground" which lets you write URLs to try theme extensions before you download them.

Re: Vscode.dev

#96

It's not only an awesome technical achievement, but it has also so much potential to be useful. And yet, something at the back on my head is screaming: WARNING! I have the intuition that, on the long run, using more and more tools that are not on your own machine will create a dependency on systems big companies control. And something tells me we are going to pay for it in the end. So I'll stay away. Maybe I'm gettin…

On your site. Never going to use these tools.

Re: Vscode.dev

#97
post #72
post #71

Earlier quoted context omitted.

This already exists with github codespaces. https://github.com/features/codespaces

Sadly still limited to teams or enterprise users. I hope they open it up to individual contributors soon.

I've used Gitpod (https://www.gitpod.io/) for this same scenario and it's available for anyone, way cheaper than Github Codespaces (possibly free depending on your usage), and it works really, really well. It felt like coding in the future.

Re: Vscode.dev

#98
post #21

For those who think web-based IDEs are inefficient, I recommend giving VS Code in the browser a try: nowadays it's just as performant as it is on the desktop. Even on the iPad it's just as performant (with 120Hz scrolling!), although as noted in the announcement, the file system limitations make it a bit of a pain to work with for ad hoc coding.

> For those who think web-based IDEs are inefficient, I recommend giving VS Code in the browser a try: nowadays it's just as performant as it is on the desktop. This doesn't read to me as the acclaim that you think it is. What I'm hearing is that the desktop application is as slow as a web IDE. No doubt the people at VSCode have put every effort into making the application run well on desktop, but that's not to say t…

> the desktop application is as slow as a web IDE.

Have you ever used VSCode on the desktop? I have never experienced any issue with VSCode nor have I ever wished it performed better.

Re: Vscode.dev

#99
post #16

Earlier quoted context omitted.

FTA: "This simple gateway to the local machine quickly opens some interesting scenarios for using VS Code for the Web as a zero-installation local development tool, such as: * Local file viewing and editing. Quickly take notes (and preview!) in Markdown. Even if you are on a restricted machine where you cannot install the full VS Code, you may still be able to use vscode.dev to view and edit local files. * Build clie…

Your solutions are to problems that a decent developer doesn't accept anyway. Working on locked down machine where you are not allowed to have visual code? Seriously? Working on a chromebook? Why? Sorry to be negative but I feel sometimes you tech guys get excited about solutions to problems that doesn't actually exist in the real world.

You should consider yourself lucky to never have been under the boot of a crappy IT department that won't let you have diddly (and even if they let you have diddly, it's five years out of date).

Re: Vscode.dev

#100

I was hoping this would be the thing that makes coding on an iPad not awful. But any keyboard shortcuts are consumed by Safari, so it's a pain to use. However, I hope that this enables the VS Code team to make a native iOS/Android VS Code app that would essentially just be a web browser that uses this functionality.

You can do this right now on android. If you're using chrome/chromium based browser, just visit vscode.dev and then select add to home screen from the browser menu. A similar option exists in firefox on android too, I believe. Once you open the shortcut created from the previous step, it will open the webapp without the browser's UI.

How did you get Chrome not to hijack right-clicks?
Post reply on HN