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 Prettier does not format code, error and logs shown below. Using: Ubuntu: 22.04.2 in Windows + WSL 2 VS Code: 1.80.0 Prettier: 9.19.0 ### Github Repository to Reproduce...

bug
Stale

The EJS formatting seems to be broken. It treats. ejs files as HTML and show a formatting error.

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. Release notes Sourced from pnpm/action-setup's releases. v3.0.0 The action is updated to run on Node.js v20 v2.4.0 Add ability to install standalone binary (pnpm/action-setup#92)....

dependencies
github_actions

Type: Bug when i added prettier ctrl+c stoped working on my vs code and it worked only after deleting it and restrat the vs code Extension version: 10.1.0 VS Code...

It is possible to transfer an extension to another publisher org smoothly: See also https://github.com/microsoft/vsmarketplace/issues/440 (Or just `prettier.prettier`)

Hi 👋 I think thi behavior occurs since ~Feb 2023. When I configure VSCode to use for instance "editor.defaultFormatter": "vscode.typescript-language-features" , the issue is gone. I am using "Prettier -...

bug

### Summary When Prettier v3 uses dynamic import [here](https://github.com/prettier/prettier/blob/20ab6d6f1c5bd774621230b493a3b71d39383a2c/src/index.cjs#L3), it triggers an error that seems to be related to Node's ESM loader. ### Github Repository to Reproduce Issue You should...

bug

You asked me about some additionl info - I got this here it is ```ts "use client" import Image from "next/image" import { useState } from "react" import { Carousel...

### Summary [prettier 3.0 introduced ignoring gitignored files by default](https://prettier.io/blog/2023/07/05/3.0.0.html#ignore-gitignored-files-by-default-14731httpsgithubcomprettierprettierpull14731-by-fiskerhttpsgithubcomfisker), however the vscode extension doesn't ignore them, unlike `.prettierignore`d files. Using the prettier cli to format works fine ### Github...

bug

### Summary The Prettier VS Code extension (`[email protected]`) currently crashes when: 1. no `prettier` dependency installed in `package.json` 2. `"type": "module"` in `package.json` 3. `prettier.config.js` with ESM ### Github Repository...