Open e111077 opened 6 years ago
AH! Finally got it working properly! added, "clang-format.executable": "${workspaceRoot}/node_modules/.bin/clang-format"
to my settings
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Continuation of discussion on #319.
TL;DR clang-format installation / vscode package needs more visibility.
.vscode/settings.json
has formatOnSave as true, so if clang or the clang plugin are not installed then it will try to auto-format with vscode's TS formatter.