Miguel Castillo
Miguel Castillo
@lewishowles Yeah it sucks I can't reproduce it... :/ Yeah if you can email me the file and how many spaces per tab you configured brackets to, that would be...
@lewishowles @joepie91 Hey folks, I have added a few lines for logging what's going on. It's https://github.com/MiguelCastillo/Brackets-wsSanitizer/commit/60fa9112c20bab9279a2dac6c6d3416e1803138a Do you think you can apply those changes to your installed extension to...
@joepie91 Well, that trace does not make any sense... "Trigger save" shows that doc.__saving is set to true... And then "Skip save" shows it as undefined. The only way that's...
@joepie91 Yeah that sequence is wrong. Between step 7 and 8 I should have seen step 1 and 1.5 get logged, which happens because of the save operation I am...
Hi folks. I have released a new version and I have changed a bit of the logic around saving... Added an option to disable `autosave` so that people are not...
@rvarbanov I will take a look this weekend. If you want to try to update it yourself in the meantime, all I do is build eslint myself with their browserify...
To be honest, i need to rethink some of this stuff. Current I abstract out eslint into my own container... Which causes issues like loading up rules from modules. This...
I don't provide that at the moment... The error is logged here https://github.com/MiguelCastillo/Brackets-InteractiveLinter/blob/master/linterSettings.js#L89 Try putting a break in there if you really want to debug it. Can you paste your...
Oh the issues is highlighted by the github editor in red. `.eslintrc` files are proper JSON.
@josegoncalveswho I agree. I am going to publish shortly. I am going to check if we are out of date in case we should do a last minute update.