prettier-vscode icon indicating copy to clipboard operation
prettier-vscode copied to clipboard

Visual Studio Code extension for Prettier

Results 308 prettier-vscode issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

dependencies
javascript

absolutely makes my code editor unusable on latest ubuntu 24.04 ![image](https://github.com/prettier/prettier-vscode/assets/1305378/e90c47d8-dd24-43be-a21f-8d045f5e9173) sorry about deleting your template

Stale

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: ![prettier-unsaved-bug mov](https://github.com/prettier/prettier-vscode/assets/519488/caaf63ad-4b95-46d3-925f-e4840b027f69) ###...

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:...

dependencies
javascript

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...

dependencies
javascript

### 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...