vscode-rufo
vscode-rufo copied to clipboard
VS Code extension for rufo (the ruby formatter)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
@taylorthurlow has published this extension in the [Open VSX Registry](https://open-vsx.org/extension/mbessey/vscode-rufo). The service was recently transferred to the Eclipse Foundation and we want to ensure a seamless transition for our users....
Files will not format for me. The VS Code log says this: ``` [2020-09-23 21:10:32.696] [exthost] [error] [mbessey.vscode-rufo] provider FAILED [2020-09-23 21:10:32.696] [exthost] [error] undefined ``` rufo is in my...
I have installed "rufo plugin version : 0.1.1" in my vscode version 1.27.0. Also installed rufo gem. Currently i can format from terminal but it does not format while i...
This is a nice extension. But, when I run it, even on a very small document, it's very slow to run. The default timeout for onSave formatters in VS Code...
Sometimes it's quite difficult or impractical to set PATH before executing vscode, and traditionally packages have allowed manually specifying the path to the executable to get around this. It would...
Leaving a note for myself and others, looks like my latest refactor broke the formatter intermittently. Throws an undefined error to console, which is odd as every code path seems...