Downloading and running Visual Studio Code


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Downloading and running Visual Studio Code
# 1  
Old 01-18-2019
Downloading and running Visual Studio Code

Ubuntu 16.04



I tried downloading the .deb package of Visual Studio Code from here but for some reason it won't open. From Activities Overview if I select the program it shows up in the task panel on the left but it just blinks a few times then goes away. I would rather not have to use snap every time I want to download a program that wasn't specifically designed for UNIX system. Is this some kind of settings problem or privileges problem that has a simple fix?


EDIT: I figured this out, sorry to waste anyone's time.

Last edited by Circuits; 01-18-2019 at 01:02 PM..
This User Gave Thanks to Circuits For This Post:
# 2  
Old 01-18-2019
Well don't keep us in suspense, please reveal your findings for the betterment of all.

Thank you in advance...
# 3  
Old 01-18-2019
@wisecracker It was a mistake on my part. Originally, I tried downloading the program from the 'Ubuntu Software' utility and that version was the one that did not work. Before downloading the .deb package from the link I provided I did try to uninstall the program inside of the 'Ubuntu Software' utility but apparently that didn't work either because it stuck around and ended up confusing me. When I thought I was starting the version of the program I installed via the .deb package what I was actually attempting to start was the same (non working) version of the program installed through 'Ubuntu Software'. Moral of the story, don't try to install software that is not UNIX based through the 'Ubuntu Software' utility.
This User Gave Thanks to Circuits For This Post:
# 4  
Old 01-19-2019
Visual Studio Code doesn't 'make' projects written in C out of the box, whereas emacs does. Hence I removed it immediately.
# 5  
Old 01-19-2019
Quote:
Originally Posted by dodona
Visual Studio Code doesn't 'make' projects written in C out of the box, whereas emacs does. Hence I removed it immediately.
That is a ridiculous reply and is wrong; and cannot be left without a reply.

VSC is based mostly on extensions. If you want C support, just download the extension:

C++ programming with Visual Studio Code

Your browser is not supported

Everyone installs extensions, which is so people can use VCS works for them.

Moderator's Comments:
Mod Comment Mod Note


I use VSC for C and C++ and it works great; but I mostly use it for Javascript, PHP, HTML, JSON and CSS. All with VSC extensions for each!
# 6  
Old 01-19-2019
Quote:
Originally Posted by Circuits
@wisecracker It was a mistake on my part. Originally, I tried downloading the program from the 'Ubuntu Software' utility and that version was the one that did not work. Before downloading the .deb package from the link I provided I did try to uninstall the program inside of the 'Ubuntu Software' utility but apparently that didn't work either because it stuck around and ended up confusing me. When I thought I was starting the version of the program I installed via the .deb package what I was actually attempting to start was the same (non working) version of the program installed through 'Ubuntu Software'. Moral of the story, don't try to install software that is not UNIX based through the 'Ubuntu Software' utility.
I installed VSC on Ubuntu following these instructions and it installed just fine:

Running Visual Studio Code on Linux

However, admittedly, I use VSC every day on MacOS based on UNIX and it works flawlessly; and I don't run VSC on Ubuntu because I like to develop on MacOS and port up to Ubuntu daily.

Works great! Flawless!

In my view, if you want to develop code, get a MacPro like mine Smilie


Code:
Hardware Overview:

  Model Name:	Mac Pro
  Model Identifier:	MacPro6,1
  Processor Name:	12-Core Intel Xeon E5
  Processor Speed:	2.7 GHz
  Number of Processors:	1
  Total Number of Cores:	12
  L2 Cache (per Core):	256 KB
  L3 Cache:	30 MB
  Memory:	64 GB
  Boot ROM Version:	127.0.0.0.0
  SMC Version (system):	2.20f18
  Illumination Version:	1.4a6

Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Programming

Debug with VIsual Studio 6, cpp project

Hi, I"m trying to debug one project in VS6 this is cpp ,with source/headers/resource files. I need to start program from terminal with some parameters, e.g. c> feetcmd -a param1 -d param2, now this program going into the loop and the whole PC is frozen, I tried to do TASK_MANAGER/right... (6 Replies)
Discussion started by: trento17
6 Replies

2. Programming

Looking for equal to Visual Studio for Unix

Hello all Im looking for IDE to edit / compile / debug similar to VC++ on windows I need it for verity of UNIX platforms, what do you think is the best tool to use And that its learning carve is easy ( as much as possible) . Thanks (9 Replies)
Discussion started by: umen
9 Replies

3. Windows & DOS: Issues & Discussions

Visual Studio .Net

How can I create and run a stand-alone console application in Visual Studio .Net ? (cpp-file)....... ...thanks for any help (4 Replies)
Discussion started by: Pennywize
4 Replies
Login or Register to Ask a Question