Wsl development May 2, 2019 · Extension for Visual Studio Code - An extension pack that lets you open any folder in a container, on a remote machine, or in WSL and take advantage of VS Code's full feature set. Jul 3, 2025 · Set up an Ubuntu development environment on Windows using WSL, with Visual Studio Code for remote development and local testing in the browser. CUDA support in this user guide is specifically for WSL 2, which is the second generation of WSL that offers the following Remote Development Remote Development allows you to code at the speed of thought, even when your codebase is not on your local machine. Jul 23, 2025 · WSL is especially beneficial for Ansible development, as it provides a native-like environment for testing and executing playbooks, while still leveraging the convenience of the Windows desktop. In this post, we’ll explore why flexibility in your development setup matters, how tools like WSL can transform your workflow, and why embracing AI tools is a game-changer for developers. The specific details vary based on your IDE, so you must check your IDE’s help page on how to work with WSL (a quick google search with “ <ide-name> wsl Dec 25, 2024 · Discover what WSL is, how it works, and how to use it to run Linux on Windows seamlessly. Oct 27, 2024 · Welcome to your step-by-step guide for setting up a powerful development environment using Windows Subsystem for Linux (WSL), Visual Studio Code (VSCode), and essential tools like Git and Node Version Manager (NVM). Jan 25, 2025 · Running Docker in Windows Subsystem for Linux 2 (WSL2) provides a powerful, native Linux container experience right from your Windows machine. Mar 20, 2024 · CMake is recommended for all C++ cross-platform development with Visual Studio because it allows you to build and debug the same project on Windows, WSL, and remote systems. However, for strictly development purposes, what does wsl give me that docker does not? Developing on windows and using docker to develop, package , and deploy is standard. Access WSL files from Windows at \\wsl$\Ubuntu-24. You can do basically anything without the need of WSL. So my requirements are With the WSL extension installed, you will see a new Status bar item at the far left. Enable WSL Windows Subsystem for Linux (WSL) is an optional feature on Windows 10. It involves enabling WSL from Windows Features, installing a Linux distribution from the Microsoft Store, and setting up your Linux environment. It provides a convenient way to run command-line tools, compilers, and scripting languages without the need to switch between operating systems. Apr 5, 2024 · WSL Setup Having left Windows behind some 10 years ago, I recently heard about WSL via DHH tweeting about trying it and leaving Mac OS behind. Intellij support remote development using JetBrains Gateway, and VSCode supports this feature through Remote I moved my entire development environment from Linux to Windows 10 with WSL2. If you’re curious about toolchain performance, check out this comparison of firmware development environments Access the Ubuntu terminal on Windows with WSL. Nov 19, 2024 · The latest updates to WSL bring new enterprise security features, new improvements to WSL distros, and the announcement that RedHat is officially becoming a WSL distro! Check out the table of contents in this post for a quick overview of all the announcements! Red Hat is becoming an official WSL distro Although you can run […] ARCHIVED see Setting up the Build Environment on Windows 10 using WSL Setting up the Build Environment on Windows 10/11 using WSL1 or WSL2 These setup instructions describe how to set up “Windows Subsystem for Linux” which allows building with waf. Visual Studio Code Remote Development has prerequisites for the specific host / container / WSL distribution you will be connecting to. Then, the code gets compiled based on Visual Studio settings. A step-by-step guide to the best practices for setting up a WSL development environment. Deploying WSL Once the build is complete, you can install WSL by installing the MSI package found under bin\<platform>\<target>\wsl. Dec 10, 2023 · This command will enable the features necessary to run WSL and install the Ubuntu distribution of Linux. This guide will provide step-by-step instructions for setting up a development environment on Windows, including installing WSL, Terminal, Git, and Visual Studio Documentation how to setup WSL2 for PHP development - enflow/wsl2-php-development Dec 24, 2024 · Development and Testing: WSL is well-suited for developers who need to work with Linux tools and utilities on a Windows machine. This is a way to run a GNU/Linux environment directly on Windows, unmodifi May 7, 2025 · File System Access Access Windows files from WSL at /mnt/c/, /mnt/d/, etc. For more background, see VS Code Remote Development. Dec 13, 2024 · In this topic, we'll set up our development environment. May 19, 2025 · Windows Subsystem for Linux (WSL) lets developers run a GNU/Linux environment -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a traditional virtual machine or dual-boot setup. Additionally, we install and utilize the Visual Studio Code WSL extension. Visual Studio Code has support for working directly in WSL with the WSL extension. Put on your SCUBA gear, […] Nov 14, 2025 · The Windows Subsystem for Linux (WSL) is a remarkable feature introduced by Microsoft that enables users to run a Linux environment directly on Windows operating systems. How to use this new capability to work effectively with python in a combined Windows and Linux environment. You can: Develop on the same operating system you deploy to or use larger or more specialized hardware. NVIDIA GPU Computing on WSL 2 WSL or Windows Subsystem for Linux is a Windows feature that enables users to run native Linux applications, containers and command-line tools directly on Windows 11 and later OS builds. This option is only available on Jetbrains Professional/Ultimate products. Dec 18, 2024 · This guide provides instructions for setting up an environment for developing, debugging, and programming embedded systems firmware in the Windows Subsystem for Linux (WSL2). Same for programs or mobile applications. since then, a lot has changed, and yet something hasn't: I'm still Mar 19, 2024 · Boosting Development Efficiency: Mastering WSL2 with Advanced Productivity Tips The Windows Subsystem for Linux (WSL2) has significantly improved the workflow for developers working across Windows … Mar 6, 2021 · Why PyCharm with WSL2? PyCharm is a professional grade Python IDE that includes a broad range of capabilities such as auto-completion, debugging and integrated database tooling. The Remote Status bar item can quickly show you in which context VS Code is running (local or remote) and clicking on the item will bring up the WSL extension commands. Anyone here using Windows / WSL for serious web development? I'm on Linux for quite some time now and with the recent Windows 11 announcement I thought it might be time to take a look at devleoping under Windows again. Nov 21, 2023 · Under the hood, you will still be using WSL for our development, but we’ll be able to use our VS Code from Host OS (Windows) for most of the things. In this module, you learn how to use the Windows Subsystem for Linux (WSL) with Visual Studio Code (VS Code). We recommend that you do your Rust development on Windows. Develop cross-platform applications and manage IT infrastructure without leaving Windows. Advantages of Using WSL Here are some reasons why you should use WSL to run Linux on a Windows machine. So I notice that since I updated my PyCharm the open WSL project flow changed a bit. Aug 3, 2024 · Mastering Software Development with Windows Subsystem for Linux (WSL) on Windows PCs The world of software development is constantly evolving, with new tools and technologies emerging to improve … I have been following wsl for a bit now and it seems pretty cool. Nov 27, 2022 · Using your IDEs default WSL integration (Paid/Students) The easiest way, but with it’s own problems. codebases Developing in WSL The Visual Studio Code WSL extension lets you use the Windows Subsystem for Linux (WSL) as your full-time development environment right from VS Code. The extension runs commands and other extensions Jul 3, 2025 · Tutorials ¶ These tutorials guide you through setting up Ubuntu on WSL and using the Ubuntu Pro for WSL (UP4W) application. By the end of this guide, you should have a fully functional development environment for creating C/C++/OpenGL applications using WSL2 on Windows 10/11. Apr 5, 2020 · Web Development Setup Guide for Windows with Linux (WSL) Historically, Windows has not been been the preferred OS for most web developers, but things have changed over the past couple years. IntelliJ IDEA lets you create and open projects in the WSL file system, run, and debug applications in the WSL environment. Currently, it supports several Linux distributions, such as Ubuntu, OpenSUSE, and SLES. It involves enabling the built-in Windows Linux environment (WSL) in Windows, installing a compatible Linux distribution, and finally May 30, 2024 · Manage WSL in Dev Home, coming soon! Dev Home has a new ‘Environments’ feature, which lets you manage, launch, and create new development environments like Hyper-V machines, dev boxes and more. You can also May 19, 2025 · Windows Subsystem for Linux (WSL) lets developers run a GNU/Linux environment -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a traditional virtual machine or dual-boot setup. Jun 11, 2025 · A guide to help you get your Node. Tagged with linux, windows, wsl. We explore the installation process and the basics of using WSL. Jun 26, 2024 · WSL streamlines the development workflow for developers that need to test software on both Windows and Linux platforms. Project Compatibility: If your development project requires compatibility with both Windows and Linux environments, WSL In this module, you learn how to use the Windows Subsystem for Linux (WSL) with Visual Studio Code (VS Code). You can also Developing in WSL The Visual Studio Code WSL extension lets you use the Windows Subsystem for Linux (WSL) as your full-time development environment right from VS Code. Mar 14, 2024 · For years, I relied on Windows as my development environment for Laravel projects. We recommend this mode of WSL development, where all your source code files, in addition to the compiler, are hosted on the Linux distro. Mar 26, 2025 · Best practices for setting up a WSL development environment - Microsoft Learn When finished, proceed to the next screen, and wait for the repositories to refresh, which may take a while: Developing in WSL The Visual Studio Code WSL extension lets you use the Windows Subsystem for Linux (WSL) as your full-time development environment right from VS Code. Aug 26, 2025 · Washington State Library provides Workforce Development support to libraries and thier community partners statewide in the areas of digital equity, digital upskilling and reskilling, and adult education. To get started, download the WSL extension to your VS Code in Windows. Setting up a development environment on Windows can be a challenging task, but with the right tools and guidance, it can be made easier. - android-wsl-windows-a This guide provides step-by-step instructions on how to set up Windows Subsystem for Linux (WSL) for C/C++/OpenGL development. I was just wondering if I need to install all the development tools and binaries again on Linux won't it take a lot of space & hog a lot of CPU/Ram resources ? See above. The Ubuntu distribution on WSL ¶ Start by learning to set up a development environment with Ubuntu on WSL by building and testing a small web project. By the end of this video, you will have a fully functional Laravel project running on WSL that you can use for your own development purposes. The extension runs commands and other extensions May 25, 2020 · This guide shows how to setup a full development environment including UI apps (X11) in WSL2 on Windows 10. ps1. You can: develop in a Linux-based environment use Linux-specific toolchains and utilities run and debug your Linux-based applications from the comfort of Windows while maintaining access to productivity tools like Outlook and Office use the VS Code built-in Mar 6, 2023 · 1- Install IDE on windows and connect to WSL 2 VM using the remote development feature. Windows Subsystem for Linux. With WSL toolchain set up for your project, you can build using a toolchain from Linux, and run/debug on WSL, without leaving CLion running on your Windows machine. Many … Apr 5, 2020 · Web Development Setup Guide for Windows with Linux (WSL) Historically, Windows has not been been the preferred OS for most web developers, but things have changed over the past couple years. Especially as I've gathered a decent mount of knowledge of Sep 13, 2020 · However, it is possible to either install and use Oracle JDK for Windows installation from WSL, or install OpenJDK Java into your WSL world from the Ubuntu package manager. Complete tutorial covering Amazon Linux, Ubuntu, Fedora installation, systemd configuration, VS Code Remote-WSL extension, Claude Code integration, Windows Terminal customization, and performance optimization. Open PowerShell as Administrator and set WSL2 as the default version using the command:wsl –set-default-version 2 This ensures all future Linux distributions you install on WSL default to version 2. If you want to install specific distribution you can use below command wsl --install -d Apr 15, 2021 · The first step in the above link is to add a new inbound rule to allow all traffic from WSL (via PowerShell as Administrator): New-NetFirewallRule -DisplayName "WSL" -Direction Inbound -InterfaceAlias "vEthernet (WSL)" -Action Allow This command works and adds the new rule. This is the Windows Subsystem for Linux (WSL, WSL2, WSLg) Subreddit where you can get help installing, running or using the Linux on Windows features in Windows 10. msi, or by running powershell tools\deploy\deploy-to-host. This means you can enjoy the benefits of both the Windows ecosystem and the power and flexibility of Linux command-line tools and applications, all within a single machine. Finally, we demonstrate how to debug and run Python code in VS Code within our WSL environment. Learn its benefits, limitations, and if it's the right tool for your development needs. But the allure of Linux, with its reputation for… Mar 18, 2024 · Install React on Windows Subsystem for Linux (WSL) and start developing web apps with React components and the Vite front-end build toolchain. Nov 20, 2023 · A step-by-step guide to the best practices for setting up a WSL development environment. Jan 20, 2025 · But what about Windows users? With innovations like WSL and AI-powered tools, the playing field is leveling out. Mar 27, 2025 · some time ago I wrote an article on LinkedIn with my findings on how to create a local development environment under Windows. Ruby, Python) to use their toolchain on Windows and ensure consistency between development and production environments. Aug 1, 2025 · When using a remote connection, Visual Studio builds C++ Linux projects on the remote machine. Overview Remote development requires two computers, your local machine that runs the Zed UI and the remote server Mar 30, 2020 · The rest of this article will discuss: What is WSL and why you may want to install and use it on your system? Instructions for installing WSL 2 and some helper apps to make development more streamlined. If you are a Python developer or aspiring to get into Python Dec 29, 2024 · Discover the pros and cons of using WSL. I coded with Windows Subsystem for Linux for a week! And it’s actually pretty good. Plus, we'll show you Nov 20, 2023 · A step-by-step guide to the best practices for setting up a WSL development environment. Dec 19, 2024 · I have been using Windows + WSL2 (Ubuntu) for my web development environment for many years now. So accidentally I stumbled upon that 'remote' tab I've been ignoring for years. Microsoft recently launched Windows Subsystem for Linux or WSL (WSL2), allowing us to install REAL linux distros (like Ubuntu) on Windows 10. It allows you to run a Linux environment alongside your Windows file system without the need for a virtual machine or dual-boot setup. This means you can use Linux toolchains (bash, zsh, tmux) and Jul 29, 2025 · Last modified: 29 July 2025 WSL (WSL 2) – Windows Subsystem for Linux – is a compatibility layer for running Linux binary executables natively on Windows 10 and later. Aug 29, 2024 · Enabling WSL in Windows 11 Enabling WSL in Windows 11 will allow you to run a Linux distribution alongside your Windows operating system. Perhaps a developer only has access to a Windows environment, or maybe their premium desk setup uses a Windows Sep 20, 2024 · This guide aims to help you configure a professional web development environment on Windows 11, leveraging powerful tools like Windows Subsystem for Linux (WSL 2), modern terminals, and AI-driven coding assistants. Years back when I switched to Linux there was no WSL or similar and developing was a pretty huge pain in the ass. CUDA support in this user guide is specifically for WSL 2, which is the second generation of WSL that offers the following . Using PyCharm with built-in remote Mar 28, 2025 · In today's software development world, everyone is constantly looking for tools and workflows that streamline productivity, enhance efficiency, and expand capabilities. Complete WSL2 Tutorial. Documentation how to setup WSL2 for PHP development - enflow/wsl2-php-development Sep 21, 2022 · The advent of the Windows Subsystem for Linux (WSL) has brought about a paradigm shift in the way developers operate on Windows-based systems in recent years. WSL is part of this story, as you will be able to also interact with WSL distros in this surface! Aug 6, 2025 · Visual Studio Code, along with the WSL extension, enables you to use WSL as your full-time development environment directly from VS Code. Over time I gathered some helpful resources for setting up such development environment, so I decided to write this post to have a reference for myself and you, dear reader! It shows how to set up WSL and Ubuntu itself git-related tooling prerequisites to be able to install, build, etc. Contribute to microsoft/WSL development by creating an account on GitHub. Nov 11, 2025 · A guide to help you setup your development environment on Windows and install your preferred tools and code languages. (Official) Step 2: Remove blocking inbound traffic to IDEA (this is wrong) May 26, 2024 · Last modified: 26 May 2024 There are several options for remote development in CLion, each targeting a particular setup: Remote with a thin client (using JetBrains Gateway), Remote with local sources, WSL2, Docker (running locally*), and two variants of gdbserver/lldb-server debug, Remote Debug (GDB/LLDB) and Remote GDB Server (GDB only). I use WSL+VSC for enterprise development, simply because microsoft and on premise applications integrate better with the desktop, and I don’t visit IT every other week because of a linux-related permission issue, driver issue, firewall issue, etc. The specific details vary based on your IDE, so you must check your IDE’s help page on how to work with WSL (a quick google search with “ <ide-name> wsl Jan 25, 2025 · Running Docker in Windows Subsystem for Linux 2 (WSL2) provides a powerful, native Linux container experience right from your Windows machine. NET applications in WSL without leaving the Visual Studio integrated development environment (IDE). It is awesome. The Windows Subsystem for Linux (WSL) enables the seamless execution of a GNU/Linux environment on Windows, sans modification, and minus the resource-intensive nature of a virtual machine. Oct 4, 2024 · Learn how to install, set up, manage, and use a full Linux environment on Windows 10 & 11 PCs with Windows Subsystem for Linux 2 (WSL2). If you are using WSL 2 and Docker Desktop's WSL 2 back-end, you can use the Dev Containers extension to work with source code stored inside WSL! Just follow these steps: Nov 20, 2023 · Learn how to run Ubuntu, Visual Studio Code or Visual Studio, Git, Windows Credential Manager, MongoDB, MySQL, Docker remote containers and more. WSL lets you run a lightweight Linux environment directly on Windows, including most command-line tools, utilities, and applications. 1. Use a Bash terminal on your Windows machine run by your preferred Linux distribution - Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine, and more are available. WSL2 enables a "full" Linux development environment in Windows. Nov 18, 2024 · In this module, you learn how to use the Windows Subsystem for Linux (WSL) with Visual Studio Code (VS Code). I'm also trying to push my dev environment into containers to avoid complexities around environment setup. It doesn't matter if it's a physical machine, a virtual machine in the cloud, or WSL. 04\home\username\ Best Practices Store project files within the WSL filesystem for better performance, not on Windows drives Use VS Code's Remote WSL extension for seamless development Regularly back up your WSL distribution using the export command Set resource limits WSL especially helps web developers and those working with Bash and Linux-first tools (i. This guide will walk you through setting up and optimizing Docker in WSL2 for seamless development. Follow these steps to get WSL up and running on your Windows 11 device. Jan 10, 2025 · How to Set Up Python for Development on Windows Subsystem for Linux (WSL) The Windows Subsystem for Linux (WSL) has revolutionized the way developers can use Linux-based tools directly on Windows. Oct 1, 2024 · Learning how to use WSL (Windows Subsystem for Linux) on Windows 11 makes it easy to run a Linux environment directly on your Windows machine. Jan 2, 2023 · Setting up development environment in Windows Subsystem for Linux (WSL) in Windows 11 Introduction This guide assumes basic knowledge of using Windows PowerShell and Linux Bash or Zsh. Linux is great but I would rather use a Linux distro then, instead of Windows. Dec 25, 2024 · Discover what WSL is, how it works, and how to use it to run Linux on Windows seamlessly. Perfect for developers and Linux enthusiasts. GoLand creates a project located in WSL and you can develop and build your project inside the WSL environment without leaving the IDE. You can develop in a Linux-based environment, use Linux-specific toolchains and utilities, and run and debug your Linux-based applications all from the comfort of Windows. With the WSL extension installed, you will see a new Status bar item at the far left. In this guide I explain, step by step, how to set up a modern development environment with WSL: quick installation, distribution selection, WSL version management, username and password, good storage practices, Terminal, VS Code/Visual Studio, Git, Docker, databases, GPU acceleration, Linux graphical apps and key commands. 1 added native support for using C++ with the Windows Subsystem for Linux (WSL). Oct 3, 2025 · Discover how to run and debug your . Aug 14, 2024 · Installing WSL2, Python, and Virtual Environments on Windows 11 with VS Code: A Comprehensive Guide Setting up the right development environment has always been a significant challenge and a … I just don't see the reason. Jul 29, 2025 · WSL (WSL 2) – Windows Subsystem for Linux – is a compatibility layer for running Linux binary executables natively on Windows 10 and later. In this blog, we'll explore the fundamental concepts Mar 9, 2023 · Looking to take your Windows development environment to the next level? Look no further than Windows Subsystem for Linux (WSL)! With this powerful tool, you can quickly and easily set up a Linux-based development environment on your Windows machine. Learn how to run the command to install the default Bash shell that uses Ubuntu or can be set to install other Linux distributions, use basic WSL commands, set up Visual Studio Code or Visual Studio, Git, Windows Credential Manager, databases like MongoDB, Postgres, or MySQL, set up GPU acceleration, run May 6, 2019 · This post was updated on December 11, 2020 Visual Studio 2019 version 16. The extension runs commands and other extensions This is the Windows Subsystem for Linux (WSL, WSL2, WSLg) Subreddit where you can get help installing, running or using the Linux on Windows features in Windows 10. Sep 28, 2023 · Windows development is occasionally an unfortunate necessity for developers. May 25, 2020 · This guide details setting up a WSL2 development environment with Ubuntu on Windows 10, including installation steps and addressing GUI app support challenges. WSL2 provides a convenient and stable Linux development environment for working on embedded systems firmware. The extensions are known to work when connecting to recent stable/LTS Note: To build and deploy faster during development, see options in UserConfig. Dec 26, 2024 · Setting up VS Code with WSL 2 on Windows 10 and 11 is a powerful way to combine the best of both Windows and Linux environments for your development projects. Run the downloaded installer to update the WSL kernel to use WSL2. Follow these steps to get started. All major Jetbrains IDEs offer native support for WSL. Make the command line look cool, then add node, git, docker, and more. However, if you plan to locally compile and test on Linux, then developing with Rust on the Windows Subsystem for Linux (WSL) is also an option. This is useful for development, running scripts, and other tasks that benefit from a Linux environment. Jul 23, 2025 · Master WSL 2 setup for professional Linux development on Windows 11. Oct 18, 2024 · Learn how to set up WSL on Windows 11 and run Linux like Ubuntu alongside Windows, with tips on installation, file system challenges, and long filename errors. The following is a step-by-step guide to get you started using Python for web development on Windows, using the Windows Subsystem for Linux (WSL). Please hep me understand, thanks Update: Talking to a coworker, he brought up the point that working with Node or Oct 2, 2025 · 2. Additionally, it enables the use of Linux-specific development tools and libraries straight from a Windows system. VS Code Remote Development Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment. I do C programming and web dev, haven't run into any problems so far. Jul 29, 2025 · The project location for WSL will show the absolute path starting with \\wsl$ to the WSL file system. Apr 3, 2023 · With this powerful tool, you can quickly and easily set up a Linux-based development environment on your Windows machine. Click Create. Most of my development these days is using Intellij for Java (or Ruby on the side). js development environment set up on Windows Subsystem for Linux (WSL). To build the project, Visual Studio copies the source code to your remote Linux computer. Feb 12, 2024 · Configure a Windows Development Environment with WSL Today I want to share my solution that I use as a software developer with Windows OS (yes we still exist besides the majority of macOS users Dec 8, 2021 · gsudo (sudo for windows) wsl-hello-sudo (using windows hello/fingerpint with wsl-sudo) wsl-open (open any file/link with native windows executable) my dotfiles Custom Kernel for car-hacking stuff Setup Terminal: Your Gateway to Command Line Bliss Before diving into WSL and shell configurations, let's get you set up with a proper terminal emulator. Jul 3, 2025 · Multiple distributions of Ubuntu are available for WSL, including the latest Ubuntu LTS release and the latest development version which previews new features. Jul 22, 2019 · In an earlier blog post, Take your Linux development experience in Windows to the next level with the Windows Subsystem for Linux (WSL) and Visual Studio Code Remote, we introduced an overview of the VS Code Remote – WSL extension, which simplifies Linux development on Windows Subsystem on Linux (WSL). For instance, if you're a web developer you can just run an Apache server from windows, install nodejs and start working on your website. By following the steps outlined in this article, you can create a seamless workflow that allows you to work with multiple platforms and tools without any friction. One such combination Oct 1, 2024 · Learning how to use WSL (Windows Subsystem for Linux) on Windows 11 makes it easy to run a Linux environment directly on your Windows machine. e. I know Scott Hanselman is a big proponent. Many developers recommend the JetBrains suite for a variety of reasons, however when working with multiple companies and teams they may not have a choice underlying operating system. Jan 21, 2022 · It's certainly easy to run Linux and Windows under WSL without dual-booting or using a virtual machine, but are there any drawbacks to this setup? This article weighs the pros and cons of using WSL to run Linux on Windows. Setup the ultimate Web Development environment with Windows and Linux 🐧 using WSL. Feb 13, 2025 · This guide will walk you through creating a professional-grade development environment on Windows, combining the best of both worlds: Windows' user-friendly interface and Linux's powerful development tools. Nov 20, 2024 · Download the WSL2 Kernel Update Package from the official Microsoft website. Remote Development with Linux Linux is a highly variable environment and the large number of server, container, and desktop distributions can make it difficult to know what is supported. So I decided to give it a try. Jul 20, 2025 · Learn how to set up a complete development environment on WSL from scratch, fast and efficiently. Plus, you'll learn how to customize your shell with Zsh and manage Node Nov 16, 2021 · In this article we will go thorough a step-by-step guide to help you set up a WSLg development environment on Windows 11 using the Ubuntu distribution. This guide has everything you need to get started, from installing WSL to updating packages and setting up Windows Terminal. ht Jul 26, 2025 · Step-by-step guide to set up the Android development environment on WSL, including Java, SDKMAN, Android SDK CLI tools, and how to use the Windows ADB seamlessly within WSL. In Visual Studio you no longer need to add a remote […] Aug 6, 2025 · Install Windows Subsystem for Linux with the command, wsl --install. Aug 17, 2023 · The Windows Subsystem for Linux (WSL) is a phenomenal tool bringing the full power of Linux to Windows 10 and Windows 11 for developers and casual users alike, and it's super easy to install WSL2. You use Zed locally so the UI is immediately responsive, but offload heavy computation to the development server so that you can work effectively. cmake.