prettier-vscode
prettier-vscode copied to clipboard
Visual Studio Code extension for Prettier
- Issue Type: `Performance` - Extension Name: `prettier-vscode` - Extension Version: `10.4.0` - OS Version: `Windows_NT x64 10.0.22000` - VS Code version: `1.92.1` :warning: Make sure to **attach** this file...
**Is your feature request related to a problem? Please describe.** There are many OSS projects that keep their code formatted with prettier with its default settings. They don't declare any...
Currently, `prettier-vscode` reads plugins from the project root `node_modules` folder, which might not be the actual plugins location. ``` ["ERROR" - 1:52:33 PM] Error handling text editor change ["ERROR" -...
- [ ] Run tests - [ ] Update the [`CHANGELOG.md`][1] with a summary of your changes [1]: https://github.com/prettier/prettier-vscode/blob/main/CHANGELOG.md
Very, very confused here, I have Prettier installed in VSCode and set as the default formatter, but in my VScode user config file i have: ``` "[yaml]": { "editor.defaultFormatter": "redhat.vscode-yaml",...
### Summary Globally installed prettier with no workspace root `package.json` fails to resolve correct prettier config. We're using Rush which has a specific way of handling prettier config, see https://rushjs.io/pages/maintainer/enabling_prettier/....
Right now, with the `prettier-vscode` extension installed, the extension will recognize a `.prettierignore` file that is on the root of the vscode workspace/project, but it will not recognize any `.prettierignore`...
### Summary Since angular 17, we can use new template syntax. Prettier does not seem to format html document in a proper way, when new template syntax is present. ###...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 22.7.6. Commits See full diff in compare view Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | |...
### Summary Uppercase True or False makes Prettier crash. ### Github Repository to Reproduce Issue none ### Steps To Reproduce: 1. Write True or False as a value in a...