'How to setup Windows Subsystem Linux (WSL 2) with VSCodium on Windows 10

So I am using Ubuntu Linux terminal(also have Debian) in windows 10. according to this site:

https://medium.com/nerd-for-tech/how-to-setup-windows-subsystem-linux-with-visual-studio-code-on-windows-10-b06fdbe9b30b

you need Remote - WSL extention to connect with VScode, I am using VSCodium. So my question is can I install Remote - WSL extention on VSCodium. Or are there any alternatives to configure it without this extension.I saw on VSCodium market and there is no Remote - WSL.

My purpose is with Ubuntu or Debian terminal to create folders and files such html,css,js. I can do all this by entering in desktop environment :

cd /mnt/c/Users/<username>/Desktop

and also can use this commands:

    pwd
    cd 
    cd ..
    clear
    cd /
    cd ~
    mkdir 
    touch 
    mv 

My problem is that I can not open created folder or any app(including VSCodium), for example open existing folder using this command:

open . or open index.html

this commands are not working.can you help with that? how can I open created folder,file or app using terminal. Is there any extension to connect VSCodium to my WSL2 and do all commands above?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source