Install Visual Studio Code 1.84 on Ubuntu System ( Latest Version )

 


Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin your journey with VS Code with these introductory videos.

Update 1.84.1: The update addresses these issues.

Welcome to the October 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:

  • More audio cues - New audio cues to indicate clear, save, and format activity.
  • Activity bar position - Move Activity bar to the top for compact display.
  • Hide editor tabs - Show multiple, single, or no editor tabs.
  • Maximize Editor Groups - Quickly expand the active Editor Group.
  • Python improvements - Better run code in terminal, easier virtual environment creation.
  • FastAPI tutorial - Learn about developing Python FastAPI apps with VS Code.
  • Gradle for Java - Improved support for Java Gradle projects.
  • Preview: GitHub Copilot - Chat "agents", generate commit messages, terminal support.

Follow this command to install Visual Studio code 1.84 on ubuntu latest version :

Download Vscode pakange :

$ wget -c https://az764295.vo.msecnd.net/stable/2b35e1e6d88f1ce073683991d1eff5284a32690f/code_1.84.1-1699275408_amd64.deb

Install Package :

$ sudo dpkg -i code_1.84.1-1699275408_amd64.deb


Dowload the latest version : https://code.visualstudio.com/docs/?dv=linux64_deb


Post a Comment for "Install Visual Studio Code 1.84 on Ubuntu System ( Latest Version )"