Live data from Hacker News

Vscode.dev

code.visualstudio.com

41–50 of 273 posts

Re: Vscode.dev

#41

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.

> 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.

That's on Apple, because they only allow Safari (or reskinned variants of Safari) on iOS.

Re: Vscode.dev

#42

>"Fast forward to today. Now when you go to https://vscode.dev , you'll be presented with a lightweight version of VS Code running fully in the browser." Does that imply there is functionality missing from the online version of VS Code?

Mostly anything that relies on having a real system attached to it instead of the browser JS engine. Running code, or a terminal, or things that rely on the git binary. Lots of extensions are working to remove their dependencies on the local system though.

Re: Vscode.dev

#44
post #37

What api is it using to let you create a file in a local directory? I know about https://developer.mozilla.org/en-US/docs/Web/API/FileSystem but that's for virtualized filesystems

confusingly called the File System Access API

https://developer.mozilla.org/en-US/docs/Web/API/File_System...

Re: Vscode.dev

#45
post #5

Very cool stuff. I remember being at Build 2018 and asking the PM on the Live Share team if they had any plans to bring VS Code to the browser. Maybe do managed environments for labs and companies (what GitHub code spaces now is), would be great for education. Lots of students (especially non-CS nerds, like the physics kids with a CS requirement) find environment setup to be one of the hardest parts. He seemed to thi…

It seems like this person had the wrong personality to man a conference booth.

Being a PM with a closed mind doesn’t qualify you. Seeing conferences as opportunities to learn new ideas or even hearing from existing customers can bring a lot of value.

Re: Vscode.dev

#46

>"Fast forward to today. Now when you go to https://vscode.dev , you'll be presented with a lightweight version of VS Code running fully in the browser." Does that imply there is functionality missing from the online version of VS Code?

Some extensions aren't available, such as GitLens.

Re: Vscode.dev

#47
post #37

What api is it using to let you create a file in a local directory? I know about https://developer.mozilla.org/en-US/docs/Web/API/FileSystem but that's for virtualized filesystems

They’ve literally linked it at first mention - https://developer.mozilla.org/docs/Web/API/File_System_Acces... .

Re: Vscode.dev

#48
post #42

>"Fast forward to today. Now when you go to https://vscode.dev , you'll be presented with a lightweight version of VS Code running fully in the browser." Does that imply there is functionality missing from the online version of VS Code?

Mostly anything that relies on having a real system attached to it instead of the browser JS engine. Running code, or a terminal, or things that rely on the git binary. Lots of extensions are working to remove their dependencies on the local system though.

So these limitations don't exist for Codespaces then?

Re: Vscode.dev

#49
post #37

What api is it using to let you create a file in a local directory? I know about https://developer.mozilla.org/en-US/docs/Web/API/FileSystem but that's for virtualized filesystems

Web file system access API, it's only in edge and chrome right now unfortunately: https://web.dev/file-system-access/

Re: Vscode.dev

#50
post #5

Very cool stuff. I remember being at Build 2018 and asking the PM on the Live Share team if they had any plans to bring VS Code to the browser. Maybe do managed environments for labs and companies (what GitHub code spaces now is), would be great for education. Lots of students (especially non-CS nerds, like the physics kids with a CS requirement) find environment setup to be one of the hardest parts. He seemed to thi…

As a CS student we used Cloud9 IDE for developing and code sharing in assignments -- we didn't know what Git was and using it didn't become a requirement until later semesters. "Don't touch anything, let me compile first" was a common utterance.

Haven't looked into it for a while, apparently it was bought by Amazon and you need an AWS account? Back then it was just open the site and you're coding

Post reply on HN