LaurentTreguier / vscode-uncrustify

Code format using uncrustify
66 stars 10 forks source link

uncrustify.cfg missing and the create command not found #53

Open patrickhellosign opened 4 years ago

patrickhellosign commented 4 years ago

I've installed this per the directions but uncrustify.cfg is nowhere to be found and when I run the uncrustify.create from the terminal window in VS Code:

"bash: uncrustify.create: command not found"

LaurentTreguier commented 4 years ago

The unrustify.create command is in the VSCode command palette; you can access it with CTRL + Shift + P on Windows and Linux, and Command + Shift + P on macOS, then search for uncrustify and you should find the extension commands.

patrickhellosign commented 4 years ago

Operator error; sorry about that. It's working now. Thanks. 👍