Community Ports 'Visual Studio Code' To Chromebooks, Raspberry Pi (infoworld.com)
An anonymous reader quotes InfoWorld:
A community build project led by developer Jay Rodgers is making Visual Studio Code, Microsoft's lightweight source code editor, available for Chromebooks, Raspberry Pi boards, and other devices based on 32-bit or 64-bit ARM processors. Supporting Linux and Chrome OS as well as the DEB (Debian) and RPM package formats, the automated builds of Visual Studio Code are intended for less-common platforms that might not otherwise receive them. Obvious beneficiaries will be IoT developers focused on ARM devices -- and the Raspberry Pi in particular -- who will find it helpful to have the editor directly on the device they're programming against... Rodgers said the lure of Visual Studio Code for him was its user-friendly interface, making it approachable for new users.
This is a waste of time. Surely everyone has something better to do than wasting their time on useless projects like this. We have all these nasty vulnerabilities because people are pissing away their time on nonsense like this rather than doing things that are actually worthwhile. This is why tech is a disaster and why there are so many worms and viruses.
Community "ports" slashdot.org to Chromebooks, Raspberry Pi.
Community "ports" microsoft.com to Chromebooks, Raspberry Pi.
etc... You get the idea.
Visual Studio "Code" isn't Visual Studio. It's also not a real program. It's merely a JavaScript "app" website wrapped in a copy of Chromium.
Could this also be ported to Android? It doesn't sound like it's that far away from running on Android right now.
Visual Studio is garbage compare to Eclipse, Slime or literally anything else that is free and open source on Linux. If they have so much time to waste, why not port notepad++ instead?
ONLY apps can app apps, which is why Appy Studio for Apps lets you app apps on Appberry Pi and Appbooks while apping other apps! LUDDITE software can't do that!
Apps!
Actually it sounds like they just ported it to Linux. Running it on a Chromebook requires you to be running Linux in some form or another on your Chromebook first, so there's no Chrome app like I thought they meant.
While I'm not an IDE person I can say that the Microsoft IDEs are amongst the best. But if you're editing your code on your target platform you're just doing embedded wrong. It's not all that hard to get a cross compiler going for something like a Raspberry Pi going.
And if you compile anything complicated you'll save yourself time in the long run. The RPi and other embedded targets are not the spiffiest when it comes to CPU bound gcc.
Oh, and if you're using a scripting language to write your embedded code then you're really doing it wrong!
Eighty Meg's And Constantly Swapping ... Ducks
http://saveie6.com/
So this is like Eclipse, but made by Microsoft, and all that that entails.
Read the license agreement for Visual Studio Code.
Isn't it?
After reading some of the comments here (and in other articles before), it seems clear that there are many people with a wrong perception regarding the Visual Studio Code/Visual Studio differences. And they aren't even close to be something similar: (new) enhanced editor vs. (well-established) over-featured IDE.
Why did Microsoft somehow provoke that misunderstanding by using a so similar name (whose intuitive short-form is precisely Visual Studio)? To help Visual Studio Code grow? And what about the Visual Studio image? And what about selling the idea of being misinterpretation-prone? A new twist is the fact that, unlikely Visual Studio, Visual Studio Code doesn't seem to be precisely a top-quality product (perhaps just because of being a newcomer to a market with lots of alternatives).
I think that Microsoft made a bad decision on this front and that, unless they are planning to convert it into some kind of outside-Windows Visual Studio, they should change the VSC name.
Custom Solvers 2.0 = Alvaro Carballo Garcia = varocarbas.
How do you run this? How do you uninstall this? Because there is nothing on the page that explains that.
There is VI and Emacs and Joe (for the WordStar shortcut users like me), and a ton of others. What else is needed? This seems like complete nonsense to me.
Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
This isn't a port. A port invokes taking a code base written for one system and modifying (or rewriting) it to work on another.
What is happening here is someone has created build scripts to 'compile' and 'package' for different platforms.
Please correct this, it's embarrassing
> Microsoft's lightweight source code editor
Compared to what? Electron apps like Slack and VSCode easily eat 1-3 GB RAM and 100% CPU on one core if Saturn is in zenith while a leaf is falling near you, or some other more or less arbitrary requirement. When they behave, expect 500-800 MB RAM usage per instance.
If you're doing *embedded development* and can't even figure out how to use vim, an arguably *much more powerful* editor that runs on every platform imaginable, you're in for a very hard time.