Visual Studio Code 1.82.3 instal the last version for android

broken image
broken image
broken image

Install the Remote Development extension pack. When prompted to Select Additional Tasks during installation, be sure to check the Add to PATH option so you can easily open a folder in WSL using the code command.

broken image

Install Visual Studio Code on Windows (not in your WSL file system). Visit the VS Code install page and select the 32 or 64 bit installer. edit files in your Linux or mounted Windows filesystem (for example /mnt/c) without worrying about pathing issues, binary compatibility, or other cross-OS challenges.run commands and VS Code extensions directly on your WSL projects.easily manage your version control with VS Code's built-in Git support.take advantage of VS Code features like Intellisense code completion, linting, debug support, code snippets, and unit testing.use the VS Code built-in terminal to run your Linux distribution of choice.

broken image

Visual Studio Code, along with the WSL extension, enables you to use WSL as your full-time development environment directly from VS Code.

broken image