prettier-vscode
prettier-vscode copied to clipboard
Visual Studio Code extension for Prettier
- [x] Run tests - [x] Update the [`CHANGELOG.md`][1] with a summary of your changes This fix was once proposed in https://github.com/prettier/prettier-vscode/commit/d04b294a15f9dc20e1dc061013b57c7aa8f2764c, but was reverted in https://github.com/prettier/prettier-vscode/commit/f6ff18b500858b913ef43dbad73ecbae929c. However, this is...
Type: Bug Prettier is showing following output :- ["INFO" - 5:37:01 PM] Extension Name: esbenp.prettier-vscode. ["INFO" - 5:37:01 PM] Extension Version: 10.1.0. ["INFO" - 5:40:18 PM] Formatting file:///c%3A/Users/Tasneem/OneDrive/Documents/myreactapp/src/AdminUI.js ["ERROR" -...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4. Release notes Sourced from actions/dependency-review-action's releases. v4.0.0 Update action to Node 20 by @takost in actions/dependency-review-action#639 Dependabot updates, see the full changelog for more...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 11.0.0 to 12.0.2. Release notes Sourced from copy-webpack-plugin's releases. v12.0.2 12.0.2 (2024-01-17) Bug Fixes improve perf (#764) (a7379a9) v12.0.1 12.0.1 (2024-01-11) Bug Fixes improve perf (#760) (55036ab)...
### Summary If you have a prettier config npm package and install it in your local repo (such as in a big team where you want to centrally manage your...
- [ ] Run tests - [ ] Update the [`CHANGELOG.md`][1] with a summary of your changes [1]: https://github.com/prettier/prettier-vscode/blob/main/CHANGELOG.md
**Is your feature request related to a problem? Please describe.** Prettier 3 has been released but this extension pins it to 2.x due to https://github.com/prettier/prettier-vscode/issues/3099 https://github.com/prettier/prettier-vscode/issues/3098 I can't enable this...
### Summary My purpose is want to set the default configuration for projects which no node_modules. In a repository without node_modules, the prettier extension will use `~/.prettier.js`. But when my...
### Summary When using the `prettier.prettierPath` setting in VS Code, the configuration file cannot be resolved and prettier will not format the current file when `editor.formatOnSave` is set to true....