Home > Software > Development > IDE > VSCodium

VSCodium logo

Details

Package ID
vscodium
Version
1.44.2
Downloads
26119
Website
https://github.com/VSCodium/vscodium

Summary

VSCodium

Description

Free/Libre Open Source Software binaries of Visual Studio Code.

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 (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).

Features

  • Meet IntelliSense: Go beyond syntax highlighting and autocomplete with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules.
  • Print statement debugging is a thing of the past: Debug code right from the editor. Launch or attach to your running apps and debug with break points, call stacks, and an interactive console.
  • Git commands built-in: Working with Git and other SCM providers has never been easier. Review diffs, stage files, and make commits right from the editor. Push and pull from any hosted SCM service.
  • Extensible and customizable: Want even more features? Install extensions to add new languages, themes, debuggers, and to connect to additional services. Extensions run in separate processes, ensuring they won’t slow down your editor. Learn more about extensions.

Package parameters

  • /NoDesktopIcon - Don’t add a desktop icon.
  • /NoQuicklaunchIcon - Don’t add an icon to the QuickLaunch area.
  • /NoAddContextMenuFiles - Don’t add an Open with VSCodium entry to the context menu for files.
  • /NoAddContextMenuFolders - Dont’t add an Open with VSCodium entry to the context menu for folders.
  • /AssociateWithFiles - Register VSCodium as an editor for supported file types.
  • /NoAddToPath - Don’t add VSCodium to the system PATH.

Example: choco install vscodium --params "/NoDesktopIcon /NoAddToPath"

Notes

  • The package uses default install options except that it adds context menu entries and VSCodium isn’t started after installation.
  • You can disable auto-update if you prefer to update VS Code on your own schedule.

screenshot

Comments

Loading comments...