Follow the setup wizard to choose a username and disk size (at least 10 GB is recommended for coding).
For developers using ChromeOS, the question isn't whether you can code, but how to best set up your environment. You can by leveraging the built-in Linux development environment (Crostini). This allows you to run the full desktop version of VS Code with support for the terminal, extensions, and local compilers. Step 1: Enable the Linux Environment download visual studio code on chromebook
Once the terminal window appears, update your packages by typing: sudo apt update && sudo apt upgrade -y . Step 2: Download the Correct VS Code Version Follow the setup wizard to choose a username
Before you can install any Linux applications, you must turn on the developer environment in your settings: Open on your Chromebook. Select Advanced > Developers . Find Linux development environment and click Turn on . This allows you to run the full desktop
The version you need depends on your Chromebook's processor. You can find yours by typing dpkg --print-architecture in your Linux terminal.
Visit the official VS Code Download Page and select the appropriate .deb file under the Linux penguin icon. How to Install Visual Studio Code on your Chromebook - 2025
Download the 64-bit .deb package. ARM-based (arm64): Download the ARM64 .deb package.