You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
Describe the bug
I get extensive formatting edits to existing code when I run buildspecs in jacdac-docs using VS Code.
To Reproduce
Steps to reproduce the behavior:
Set up jacdac-docs in VS Code.
Run "yarn buildspecs".
Observe changes that were made to pxt-jacdac, for example.
Expected behavior
I expect that there will be no formatting of existing code since there are .prettierc files and prettier runs every time you run buildspecs.
Additional Context
If I change trailingComma to none to avoid some of the edits I instead get edits on different files where there are no trailing commas.