From 232469fc58b1c1b2d19d9f616392ffa96e2df3b2 Mon Sep 17 00:00:00 2001 From: Dripcoding <65139698+Dripcoding@users.noreply.github.com> Date: Thu, 3 Jun 2021 02:59:51 -0700 Subject: [PATCH] docs: add set up code editor docs for intellij (#42344) --- docs/how-to-setup-wsl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/how-to-setup-wsl.md b/docs/how-to-setup-wsl.md index 6145d4a4ce..2bbba8d5b9 100644 --- a/docs/how-to-setup-wsl.md +++ b/docs/how-to-setup-wsl.md @@ -49,6 +49,10 @@ We highly recommend installing [Visual Studio Code](https://code.visualstudio.co Essentially, you will edit and store your code on Ubuntu-18.04 with VS Code installed on Windows. +If you use [IntelliJ Idea](https://www.jetbrains.com/idea/), you may need to update your Node interpreter and Npm package manager to what is installed on your WSL distro. + +You can check these settings by going to Settings > Languages & Frameworks > Node.js and NPM. + ## Installing Docker Desktop **Docker Desktop for Windows** allows you to install and run database and services like MongoDB, NGINX, etc. This is useful to avoid common pitfalls with installing MongoDB or other services directly on Windows or WSL2.