DEV Community

Cover image for WSL2 Terminal On jetbrains Fleet
Ali Ebadi
Ali Ebadi

Posted on

WSL2 Terminal On jetbrains Fleet

Not going to tell you story, Just go to the setting then click on show settings.json

Image description
now copy and paste this :
{
"terminal.profiles": [
{
"program": "C:\\Windows\\System32\\wsl.exe",
}
],
}

if it's not working for you, probably path to wsl.exe is different for you, just change it and all good.

Image description
if you like this tutorial, don't forget to like or upvote or whatever this site has.

#Fleet #IDE #jetbrains #jetbrains_Fleet

Top comments (0)