Prettier in VS code does not format some of the files
Summary A subset of .ts files in VS Code failed to format with Prettier despite the extension being installed and configured. Prettier reported “Formatting completed,” but no changes were applied. The root cause was the presence of requirePragma: true in the Prettier configuration, which instructs Prettier to only format files that contain a pragma comment … Read more