This caja extension allows to open vscode on current directory just through the right-clicking.
The Python extension scripts are stored at
~/.local/share/caja-python/extensions/
The simplest way to install VS code is to download and install the package from VS code official website
Caja is default file manager for mate desktop environment. If not installed yet, run
$ sudo apt-get install caja
One can install caja-python through running the following command
$ sudo apt-get install caja-python
Caja-pyextensions can be easily installed by one line command
$ sudo apt-get install caja-pyextensions
alternatively, one can download and install the package from the link
If the link is broken, refer to https://www.giuspen.com/nautilus-pyextensions/
$ caja-pyextensions
- Click "Add A PyExtension"
- Download the cource code and chose "open-vscode-here.py"
- Click the active box
- Close Caja PyExtensions then restart Caja file manager
- Go to Preference -> Extensions, then click the open-vscode-here extension
- It should work after restarting Caja again
This program only has been tested in Linux Mint 18.3. But it should work in any OS installed with the prerequisites.
- add installation guide
- add more description