prettier-vscode
prettier-vscode copied to clipboard
Visual Studio Code extension for Prettier
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 10.4.2. Changelog Sourced from glob's changelog. changeglob 10.4 Add includeChildMatches: false option Export the Ignore class 10.3 Add --default -p flag to provide a default...
absolutely makes my code editor unusable on latest ubuntu 24.04  sorry about deleting your template
HI😊,I want a switch to control line breaks, as follows: ```ts let obj = true; if(obj){//test console.log('123'); } //format: ✔: let obj = true; if(obj){ //test console.log('123'); } ❌: let...
### Summary This has been discussed here: #422 but I believe it is still an issue ### Github Repository to Reproduce Issue N/A ### Steps To Reproduce:  ###...
Bumps the npm_and_yarn group with 2 updates: [semver](https://github.com/npm/node-semver) and [braces](https://github.com/micromatch/braces). Updates `semver` from 7.6.0 to 7.6.1 Release notes Sourced from semver's releases. v7.6.1 7.6.1 (2024-05-04) Bug Fixes c570a34 #704 linting:...
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.2 to 15.2.7. Release notes Sourced from lint-staged's releases. v15.2.7 Patch Changes #1440 a51be80 Thanks @iiroj! - In the previous version the native git rev-parse --show-toplevel command...
### Summary I have a monorepo project with multiple packages. Each of the them contains a .prettierignore and .prettierrc. Plus one at the root of the project for files located...
### Summary When running find and replace on files in a workspace which includes multiple packages, each with their own Prettier version, and with format on save enabled, files are...
**Is your feature request related to a problem? Please describe.** its getting hard to format jinja templates where template values are int and need to use variables like ```yaml key:...
### Summary I am using this plugin with a .prettierrc file in the root of my React project. The only option I have set in that file is "experimentalTernaries": true...