Back in time when I was using Ubuntu, I needed to run vscode with right click on any folder I wanted.
I found a solution back then. It was working last time I checked. Just let me know if it doesn’t work, so I can update this blog post.
wget -qO- https://raw.githubusercontent.com/cra0zy/code-nautilus/master/install.sh | bash
It will install all necessary stuff to get the “Open with Code” on right-click menu.
Leave a Reply