Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't appear to be working #6

Open
hwhelchel opened this issue Sep 6, 2019 · 3 comments
Open

Doesn't appear to be working #6

hwhelchel opened this issue Sep 6, 2019 · 3 comments

Comments

@hwhelchel
Copy link

Please see this quick video: https://www.loom.com/share/095fd7dbe8754c6b96563422ef8a75ec

Let me know what I'm missing.

@f-mer
Copy link
Contributor

f-mer commented Jan 15, 2020

Did you install rufo? It has to be available in your environment. Try to install with $ gem install rufo and let us know if it works 🙂

@vin1antme
Copy link

The plugin not working , even if "rufo" gem is installed and rufo filename.rb command formats file from Windows console.

However if add shell = True parameter in the Popen call below (in "rufo_format.py"), the plugin starts working again:

with subprocess.Popen(command, shell = True, stdin = subprocess.PIPE, stdout = subprocess.PIPE) as proc:

@h0jeZvgoxFepBQ2C
Copy link

Same here, rufo is installed and works from command line, but in sublime console: FileNotFoundError: [Errno 2] No such file or directory: 'rufo'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants