rafaelmaiolla / remote-vscode

A package that implements the Textmate's 'rmate' feature for Visual Studio Code.
MIT License
259 stars 33 forks source link

rmate dosent run post installation. #56

Closed djbaner closed 6 years ago

djbaner commented 6 years ago

I am trying to access the remote file through remote VS Code extension. however post installation, i am receiving the following error :

dj@hyperledger:~/Cert/mook-cert/lib$ rmate -p 52698 ./logic.js -bash: /usr/local/bin/rmate: Permission denied dj@hyperledger:~/Cert/mook-cert/lib$ sudo rmate -p 52698 ./logic.js sudo: rmate: command not found

djbaner commented 6 years ago

never mind. i did not perform the following: chmod a+x /usr/local/bin/rmate it is working now.