DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Last call! Secure your stack and shape the future! Help dev teams across the globe navigate their software supply chain security challenges.

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workloads.

Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.

Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.

Related

  • An Introduction to Type Safety in JavaScript With Prisma
  • Alexa Skill With Local DynamoDB
  • Alexa Skill With Python
  • Alexa Skill With Node.js

Trending

  • How to Configure and Customize the Go SDK for Azure Cosmos DB
  • A Modern Stack for Building Scalable Systems
  • Beyond Linguistics: Real-Time Domain Event Mapping with WebSocket and Spring Boot
  • Streamlining Event Data in Event-Driven Ansible
  1. DZone
  2. Coding
  3. Frameworks
  4. Install Visual Studio Code on Ubuntu 18.04

Install Visual Studio Code on Ubuntu 18.04

In this post, I will show you how to easily install Visual Studio Code on Ubuntu 18.04. Visual Studio Code is based on the Atom Text editor.

By 
Bill Ward user avatar
Bill Ward
·
Aug. 16, 18 · Tutorial
Likes (3)
Comment
Save
Tweet
Share
550.4K Views

Join the DZone community and get the full member experience.

Join For Free

In this post, I will show you how to easily install Visual Studio Code on Ubuntu 18.04. Visual Studio Code is based on the Atom Text editor.

Visual Studio Code is a free code editor from Microsoft.

It has Intellisense and Code Debugging built in. In addition, it is highly extensible.

To begin, make sure that you have a fully updated version of Ubuntu Desktop 18.04 installed.

Next, open your browser and go to the Visual Studio Code download page.

https://code.visualstudio.com/Download

Click on the .deb link for Linux 64 Bit. (Highlighted Below)

If prompted, click on Save File.

After the file downloads, open your terminal and go to the Downloads folder.

$ cd ~/Downloads

Next, run this command to install Visual Studio Code.

sudo dpkg -i code_1.26.0-1534177765_amd64.deb

Close the terminal.

Visual Studio Code is now installed.

To run it, click on the applications icon in the lower left corner of the screen.

At the top, type Visual Studio in the Search Box to find Visual Studio Code.

Click the icon to start Visual Studio Code.

Now that you have Visual Studio Code installed, you should add some extensions for your favorite languages.

Installing Visual Studio Code Extensions

As an example, we will install support for the Rust language in Visual Studio Code.

The first step is to click on the Extensions icon in Code.

In the search box, type rust.

Click on Install for the extensions that you want to install.

Now that you have Rust extensions enabled, you can write your next Rust program using Visual Studio Code.

Conclusion

In this post, we installed Visual Studio Code on Ubuntu 18.04 Desktop.

I hope you have enjoyed this post.

If you did, then please share it and comment below. I would love to hear from you.


If you enjoyed this post, Bill has written some other great posts on Ubuntu, that you can find here:

  • Install Ansible on Ubuntu 18.04 With AWX
  • Nginx Reverse Proxy Ubuntu 18.04
Visual Studio Code code style ubuntu

Published at DZone with permission of Bill Ward, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • An Introduction to Type Safety in JavaScript With Prisma
  • Alexa Skill With Local DynamoDB
  • Alexa Skill With Python
  • Alexa Skill With Node.js

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!