Click here to Skip to main content
15,891,136 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: VS Code On Linux Pin
André Pereira11-Oct-18 0:24
André Pereira11-Oct-18 0:24 
GeneralRe: VS Code On Linux Pin
Marc Clifton9-Oct-18 3:40
mvaMarc Clifton9-Oct-18 3:40 
GeneralRe: VS Code On Linux Pin
André Pereira10-Oct-18 0:33
André Pereira10-Oct-18 0:33 
GeneralRe: VS Code On Linux Pin
Richard Deeming9-Oct-18 4:08
mveRichard Deeming9-Oct-18 4:08 
GeneralRe: VS Code On Linux Pin
#realJSOP9-Oct-18 4:17
mve#realJSOP9-Oct-18 4:17 
GeneralRe: VS Code On Linux Pin
Kornfeld Eliyahu Peter9-Oct-18 4:10
professionalKornfeld Eliyahu Peter9-Oct-18 4:10 
GeneralRe: VS Code On Linux Pin
markkuk9-Oct-18 21:30
markkuk9-Oct-18 21:30 
GeneralRe: VS Code On Linux Pin
Peter Shaw10-Oct-18 2:09
professionalPeter Shaw10-Oct-18 2:09 
NOPE, not at all...

Code is just an editor, like sublime or Atom, nothing else.

You can use code to work on anything from JS/Node through to bash shell scripts, so you need to decide what plugins you want, based on the work your intending to do.

As for the run times, it's really easy.

Just go to

.NET Downloads for Linux, macOS, and Windows

Select your OS (Windows/Linux/Mac)

Click on "Install .NET Core SDK"

Select your distribution from the drop down, and then follow the instructions your given.

Once you install the package source and everything else you need, from that point on you only ever need to type

"dotnet new <projecttypehere>"

typing "dotnet new" on it's own and pressing return will list the project types you can use. You can also Nuget install new project types, to get things like pre-made templates for Angular, Aurelia, Webpack and much more.

Once you have a new project, you can then just open that folder in code and start to work on it.

Shawty
GeneralRe: VS Code On Linux Pin
Member 1073194410-Oct-18 16:17
Member 1073194410-Oct-18 16:17 
GeneralRe: VS Code On Linux Pin
ajhampson11-Oct-18 8:21
ajhampson11-Oct-18 8:21 
GeneralRe: VS Code On Linux Pin
Member 448047411-Oct-18 13:39
Member 448047411-Oct-18 13:39 
GeneralAuthentication using Google/FB/MS vs registration Pin
CS20119-Oct-18 0:34
professionalCS20119-Oct-18 0:34 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
F-ES Sitecore9-Oct-18 0:36
professionalF-ES Sitecore9-Oct-18 0:36 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
CS20119-Oct-18 0:38
professionalCS20119-Oct-18 0:38 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
F-ES Sitecore9-Oct-18 0:56
professionalF-ES Sitecore9-Oct-18 0:56 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
CS20119-Oct-18 1:02
professionalCS20119-Oct-18 1:02 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
dan!sh 9-Oct-18 0:49
professional dan!sh 9-Oct-18 0:49 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Daniel Pfeffer9-Oct-18 0:49
professionalDaniel Pfeffer9-Oct-18 0:49 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
CS20119-Oct-18 0:58
professionalCS20119-Oct-18 0:58 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Daniel Pfeffer9-Oct-18 1:07
professionalDaniel Pfeffer9-Oct-18 1:07 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Kornfeld Eliyahu Peter9-Oct-18 1:12
professionalKornfeld Eliyahu Peter9-Oct-18 1:12 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Nathan Minier9-Oct-18 1:36
professionalNathan Minier9-Oct-18 1:36 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Marc Clifton9-Oct-18 1:48
mvaMarc Clifton9-Oct-18 1:48 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
megaadam9-Oct-18 2:24
professionalmegaadam9-Oct-18 2:24 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
CS20119-Oct-18 4:00
professionalCS20119-Oct-18 4:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.