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

### Summary When I open a `.ts` file, prettier is configured to use my local `prettier.config.js` file. When I open a `.svelte` file in the same project, I get the...

Stale

The documentation for `prettier.resolveGlobalModules` says: > When enabled, this extension will attempt to use global npm or yarn modules if local modules cannot be resolved. This implies that any kind...

**Is your feature request related to a problem? Please describe.** I use different formatters for js/ts in different projects, but the prettier extension activation is _so wide_ that it formats...

Stale

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 17.0.2 to 17.0.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/sinon&package-manager=npm_and_yarn&previous-version=17.0.2&new-version=17.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

### Summary Under certain conditions, changes to prettier config don't take effect until restarting vscode. The bug only happens when both of these are true: 1. Using a js config...

Type: Bug code formater not working properly Extension version: 10.1.0 VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:48:05.904Z) OS version: Windows_NT x64 10.0.22621 Modes: System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-10750H...

### Summary Since prettier v3.1.1 the prettier-vscode extension does not work with prettier plugins. In the example repo linked below the [Java plugin](https://github.com/jhipster/prettier-java) is not working. However, I have verified...

Type: Bug when I write blocks of code and i press control s it doesn't format Extension version: 10.1.0 VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:48:05.904Z) OS version: Windows_NT x64...

### Summary In my project, VS Code successfully loads my Prettier config, but when I try and format a `tsx` file it logs an error. Visual Studio Code is on...

### Summary ```jsonc // .prettierrc "@1stg/prettier-config" ``` ### Github Repository to Reproduce Issue https://github.com/un-ts/preversion ### Steps To Reproduce: ```sh yarn install ``` Change something in `package.json` and exec `prettier` command...

Stale