prettier-vscode
prettier-vscode copied to clipboard
Visual Studio Code extension for Prettier
Bumps [@vscode/test-web](https://github.com/microsoft/vscode-test-web) from 0.0.56 to 0.0.70. Release notes Sourced from @vscode/test-web's releases. v0.0.70 Changes: #161: prepare 0.0.70 #160: Bump tar-fs from 3.0.8 to 3.0.9 This list of changes was auto...
### Summary Error when using the using keyword ```javascript using file = await Deno.open("1.txt", { append: true, create: true }); ``` ### Github Repository to Reproduce Issue Link to a...
**Is your feature request related to a problem? Please describe.** I can't use together ``` "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSaveMode": "modifications", ``` **Describe the solution you'd like** I would like format all...
Bumps the npm_and_yarn group with 5 updates: | Package | From | To | | --- | --- | --- | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.0` | | [webpack](https://github.com/webpack/webpack)...
Type: Bug hey boss ! A few days ago format snippets worked but now it doesn;t work! I don't know where is the problem! Extension version: 11.0.0 VS Code version:...
Type: Bug Steps to Reproduce: 1. Open a JavaScript file with code that needs formatting. 2. Select a portion of the code by dragging the cursor over the desired section....
### Summary pPease update vscode extension in vscode marketplace Formatting fails when the 'with' keyword is used in import attributes, but both Prettier v3.4.2 and Acorn support the use of...
In the actual version of Prettier vscode extension, this option don't support with the actual version: - experimentalOperatorPosition - objectWrap If possible add this two options
### Summary This config file, `~/.prettierrc.cjs`, works with `prettier` CLI. ```js module.exports = { ...require(require('path').join( '.config', '.prettierrc.cjs', )), }; ``` However, the VS Code extension cannot parse it. ### Github...
### Summary Extension shows error while CLI is good with a local custom plugin. Edit: it seems Extension can't use a imported plugin configuration object (but CLI can). Extension can...