I changed some stuff regarding publisher, name etc. to make a working fork until you decide to pull the suff here. Just edit package.json back to your project.
Improvements:
Open multiple files at once with rmate file1 file2
Closing files with -w flag which is useful for using rmate in EDITOR-env variable.
Example: EDITOR='rmate -w' sudoedit somefile
Due to a limitation in VS Code API (currently there's no API that would notify our Extetnsion when the user closed a Tab) we implemented a buttton here to alternatively close the Tab and the rmate-Session behind:
Alternatively there's a command for closing single
Sessions or all Sessions at once:
I changed some stuff regarding publisher, name etc. to make a working fork until you decide to pull the suff here. Just edit
package.json
back to your project.Improvements:
rmate file1 file2
Closing files with
-w
flag which is useful for using rmate inEDITOR
-env variable.Example:
EDITOR='rmate -w' sudoedit somefile
Due to a limitation in VS Code API (currently there's no API that would notify our Extetnsion when the user closed a Tab) we implemented a buttton here to alternatively close the Tab and the rmate-Session behind:
Alternatively there's a command for closing single Sessions or all Sessions at once: