[4200] in Software_Announce
Visual Studio Code installed on Athena
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Fri Oct 7 13:26:06 2016
From: Alex T Prengel <alexp@mit.edu>
To: software-announce@mit.edu
Cc: alexp@mit.edu
Date: Fri, 07 Oct 2016 13:26:03 -0400
I've installed Visual Studio Code on Athena. This is an open-source,
modern code editor with built-in support for multiple languages such as
JavaScript, TypeScript and Node.js, with many extensions for other
languages.
To run it:
add vscode
code <options> (to run the GUI)
yo code (to run the extension generator)
Running the latter will take a while on first launch as it needs to
install files locally on your ~/.node_modules_global directory.
Subsequent launches should be significantly faster.
Additional information is at
http://web.mit.edu/vscode_v1.5.3/README.athena
Alex