We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please see this quick video: https://www.loom.com/share/095fd7dbe8754c6b96563422ef8a75ec
Let me know what I'm missing.
The text was updated successfully, but these errors were encountered:
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 🙂
$ gem install rufo
Sorry, something went wrong.
The plugin not working , even if "rufo" gem is installed and rufo filename.rb command formats file from Windows console.
rufo filename.rb
However if add shell = True parameter in the Popen call below (in "rufo_format.py"), the plugin starts working again:
shell = True
with subprocess.Popen(command, shell = True, stdin = subprocess.PIPE, stdout = subprocess.PIPE) as proc:
Same here, rufo is installed and works from command line, but in sublime console: FileNotFoundError: [Errno 2] No such file or directory: 'rufo'
No branches or pull requests
Please see this quick video: https://www.loom.com/share/095fd7dbe8754c6b96563422ef8a75ec
Let me know what I'm missing.
The text was updated successfully, but these errors were encountered: