Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

Formalize onboarding #2769

Open e111077 opened 6 years ago

e111077 commented 6 years ago

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.

stramel commented 6 years ago

AH! Finally got it working properly! added, "clang-format.executable": "${workspaceRoot}/node_modules/.bin/clang-format" to my settings

stale[bot] commented 4 years ago

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.