Saving on no changes file appear a line of text
Kyokatarz opened this issue · 8 comments
Hi @Kyokatarz
Could you give more information from the log.
You can open the developer console from Help
-> Toggle Developer Tools
And while opening the console, try to format your documents, and see what is the output from the console.
Looks the message is coming from bundler
and I assume you are using bundler in this case.
have you check rubygems/bundler#6028?
and which bundler version are you using? Are you setting bundler in verbose mode?
Close this as no further feedback, assume it is already resolved due to local configuration issue.
Please reopen in case still necessary.
I have the same problem and I can't reproduce it in my terminal and the console looks like what you posted above @aliariff. I'm struggling to find anything in the linked issue above since I don't have any sort of "verbose" mode configuration enabled that I can find.
It's worth noting if I install the gem in my Gemfile of the current project, it works fine. If I try and use htmlbeautifier that is installed globally for rvm using rvm @global do gem install htmlbeautifier
, that causes this issue.
Hi @jclusso
Interesting find, unfortunately since last time, I can't really reproduce this issue on my local machine.
For the workaround you mentioned, does it sufficient for you, or its not possible to install the gem on the current project?