You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A WSL image can't see the host machine, and any IDE you install in the host Windows can't see inside the WSL image, so if you're doing the work from an IDE in Windows, you can't use the codecrafters command, or any of the pipe commands in the course instructions.
The text was updated successfully, but these errors were encountered:
I had some joy with doing almost everything except code editing from within the WSL image:
(I'm doing the grep course)
After installing WSL, open a session: wsl --install Ubuntu
From the Ubuntu prompt, run udo apt-get update then run sudo apt-get install -y dotnet-sdk-8.0
Still in the Ubuntu prompt, Go to the folder where you want to clone the project repo into, and follow the project steps.
Back in Windows, open Visual Studio Code and install the WSL extension, and open the project folder that's in the image (as detailed in your link)
In VS Code, do your edits.
Running the command-line execution commands from either the terminal window, or a WSL terminal window inside VS Code, gives a successful build, but that's the end of my success so far.
Path: /cli/installation
also /cli/usage
A WSL image can't see the host machine, and any IDE you install in the host Windows can't see inside the WSL image, so if you're doing the work from an IDE in Windows, you can't use the codecrafters command, or any of the pipe commands in the course instructions.
The text was updated successfully, but these errors were encountered: