Is it possible to disable formatting suggestions only by GitHub copilot?
Summary The issue at hand is the frequent appearance of inline formatting suggestions by GitHub Copilot in Visual Studio Code (VS Code), which can be misleading when using Prettier with the “format on save” feature. These suggestions are generally correct but are triggered because the file has not been saved and formatted yet. Root Cause … Read more