Unibeautify / vscode

Unibeautify for VSCode
https://marketplace.visualstudio.com/items?itemName=Glavin001.unibeautify-vscode
MIT License
119 stars 14 forks source link

I can't get ColdFusion to work. #94

Closed stephen-ullom closed 6 years ago

stephen-ullom commented 6 years ago

I installed the extension. Created a .unibeautifyrc.json file inside the opened folder:

{ "ColdFusion": { "beautifiers": ["Pretty Diff"] }

VSCode 1.25.1 Windows 7

The only thing is I think the formatting works other files like html and json unless those are just built into Code.

stevenzeck commented 6 years ago

Two issues here:

  1. vscodeLanguages for ColdFusion is missing from unibeautify. We should add cfml to it.

  2. When the VSCode extension retrieves the extension and sends it to the unibeautify.beautify method, it sends it without the period (example: cfml vs .cfml), so it doesn't find it. That's a bug.

stevenzeck commented 6 years ago

@slulego this was fixed with 0.6.0, available now. Please let us know if you have any issues.