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 [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 24.0.3. Commits See full diff in compare view Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | |...

dependencies
javascript

Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.9 to 16.1.2. Release notes Sourced from lint-staged's releases. v16.1.2 Patch Changes #1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted...

dependencies
javascript

- [x] Run tests - [x] Update the [`CHANGELOG.md`][1] with a summary of your changes [1]: https://github.com/prettier/prettier-vscode/blob/main/CHANGELOG.md Currently, tilde expansion (where paths expand `~` to a user's home directory) works...

Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 11.0.3. Changelog Sourced from glob's changelog. changeglob 11.0 Drop support for node before v20 10.4 Add includeChildMatches: false option Export the Ignore class 10.3 Add...

dependencies
javascript

### Summary I am trying to use the mjs file types in my project as the prettier configuration file. ### Steps To Reproduce: 1. Create a prettier config with the...

When attempting to format Apex code using prettier-plugin-apex, receiving a spawn EINVAL error. The error occurs during the child process spawning phase. Error: spawn EINVAL at ChildProcess.spawn (node:internal/child_process:420:11) at Object.spawn...

Stale

Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 to 11.6.0. Release notes Sourced from mocha's releases. v11.6.0 11.6.0 (2025-06-09) 🌟 Features bump workerpool from ^6.5.1 to ^9.2.0 (#5350) (581a3c5) v11.5.0 11.5.0 (2025-05-22) 🌟 Features...

dependencies
javascript

### Summary Prettier removes Promise type annotations in TypeScript arrow functions, even with "arrowParens": "always" configured, making it impossible to satisfy TypeScript's requirement for generic type parameters on Promises. ###...

Type: Bug I upgraded to Tailwind v4 and installed: npm install -D prettier prettier-plugin-tailwindcss; but the : { "plugins": ["prettier-plugin-tailwindcss"] } in my .prettierrc file won't work. Any solutions? Extension...

Stale

### Steps Let's take a look at the code below: ```js /** @type {any} */ let foo; console.log(42); /** @type {string[]} */ (foo).forEach((bar) => console.log(bar)); ``` Everything goes well when...