prettier-vscode
prettier-vscode copied to clipboard
Visual Studio Code extension for Prettier
Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.99.9. Release notes Sourced from webpack's releases. v5.99.9 Fixes HMR might fail if there are new initial chunks Destructuring namespace import with default Destructuring namespace...
### Summary I have a project with a `prettier.config.mjs` config file. This file works fine when using Prettier via npm scripts. But it appears to be ignored by `prettier-vscode`. When...
Prettier doesn't currently support breaking the closing html tag to a new line if there's no content
Got the prettier set up almost perfectly! The only remaining problem is that prettier does not breaking the closing html tag to a new line if it is empty. Just...
### Summary ```jsonc // .prettierrc "@1stg/prettier-config" ``` ### Github Repository to Reproduce Issue https://github.com/un-ts/preversion ### Steps To Reproduce: 1. `yarn install` 1. Change something in `package.json` and exec `format` command...
I noticed prettier-vscode is still using prettier v2.8.8 as the built-in formatter, not to push anything, I'm curious when will prettier-vscode upgrade prettier to v3? Since v3 is a pretty...
Is it only possible to control line breaking by setting a fixed line breaking threshold? Or are there other settings that can optimize it? 
**Is your feature request related to a problem? Please describe.** I have found several places where the supported `.editorconfig` options are listed or used in examples. Each of these lists...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.4.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.4.0 What's Changed Bump actions/create-github-app-token from 1.11.0 to 1.11.3 by @dependabot in dependabot/fetch-metadata#598 Bump @vercel/ncc from 0.38.1 to...
**Environments:** - Running Prettier via: VS Code plugin 11.0.0 - Operating System: MacOS **Steps to reproduce:** If file is named `copilot-instructions.md` then `"prettier.proseWrap": "always"` is ignored in `.vscode/settings.json`. Formatting still...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.1.0 to 10.1.5. Release notes Sourced from eslint-config-prettier's releases. v10.1.5 Patch Changes #332 60fef02 Thanks @JounQin! - chore: add funding field into package.json Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5 v10.1.4...