![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/.cursor-server/extensions/esbenp.prettier-vscode-11.0.2-universal/ |
# Change Log All notable changes to the "prettier-vscode" extension will be documented in this file. <!-- Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file. --> ## [11.0.1] - This extension is being moved from `esbenp.prettier-vscode` to [`prettier.prettier-vscode`](https://marketplace.visualstudio.com/items?itemName=prettier.prettier-vscode). While in beta, version 12+ is only published to the new location. Once it is stable, we will publish v12 to both locations and deprecate the `esbenp.prettier-vscode` extension. **Version 12.x is currently in beta, use with caution and report any bugs.** ## [11.0.0] - [BREAKING CHANGE] Prevent `.editorconfig` from satisfying the `requireConfig` setting (#2708) - Thanks to [@redoPop](https://github.com/redoPop) - Fix issue where formatting multiple files in a workspace with multiple instances of Prettier could result in files being overwritten with the contents of other files (#3423, [#3040](https://github.com/prettier/prettier-vscode/issues/3040)) - Thanks to [@bob-difronzo](https://github.com/bob-difronzo) - Added Language Status Item for Prettier - Add support for `experimentalTernaries` option ## [10.5.0] - Extend list of Prettier config files by ECMAScript module extentions ## [10.4.0] - Fixed config resolution that caused plugins to be ignored when using Prettier 3.1.1 or later. (#3252) ## [10.3.0] - Module path can be a dir when loading prettier version - Add language-override support for VSCode configuration. ## [10.2.0] - Fixed the issue where VSCode was misrecognizing the path in output panel due to added quotes. - Fix module resolution with `prettierPath` setting ## [10.1.0] Reverts back to prettier 2.x by default due to issues with extension ## [10.0.0] Use Prettier 3.0 by default. Change default configuration for trailingComma to all to match Prettier 3.0. ## [9.19.0] - Reverts change to `prettierPath` resolution. (#3045) ## [9.18.0] - Support new config file types when using Prettier 3.0 - Support for Prettier 3.0 plugin resolution ## [9.17.0] - Fix plugins `parser` not inferred - Thanks to [@u3u](https://github.com/u3u) - Fix module resolution with `prettierPath` setting ## [9.16.0] - Run only Prettier v3 in worker_threads. Run v2 in main thread. ## [9.15.0] - Run Prettier in worker_threads for v3. ## [9.14.0] - Fixes a bug in Remote SSH that had been occurring since VSCode 1.79. ## [9.13.0] - Prettier 2.8.8 ## [9.12.1] - Fix typo in translations for zh-cn - Thanks to [@fisker](https://github.com/fisker) ## [9.12.0] - Support Prettier v3. Not shipped by default, requires project install - Thanks to [@sosukesuzuki](https://github.com/sosukesuzuki) - Improved translations for zh-tw and zh-cn - Thanks to [@fisker](https://github.com/fisker) and [@Mrbunker](https://github.com/Mrbunker) ## [9.11.0] - Prettier 2.8.7 ## [9.10.4] - Update description of vueIndentScriptAndStyle option ## [9.10.3] - Prettier 2.8.0 - Updated dependancies ## [9.9.0] - Use theme colors on status bar background for errors and warnings ([@zardoy](https://github.com/zardoy)) - Reduce extension size ([@kidonng](https://github.com/kidonng)) ## [9.8.0] - Added VS Code sponsorship link - Use config from `.prettierrc` when formatting VS Code user `settings.json`. Fixes [[#2226](https://github.com/prettier/prettier-vscode/issues/2226)]. - Improved support for pnpm ([@fz6m](https://github.com/fz6m)) - Improved support for global modules ([@ehoogeveen-medweb](https://github.com/ehoogeveen-medweb)) - Disallow range formatting for Vue and Handlebars as Prettier doesn't support that ## [9.7.0] - Added [`singleAttributePerLine`](https://prettier.io/docs/en/options.html#single-attribute-per-line) setting (Prettier 2.6.0) - Added [`bracketSameLine`](https://prettier.io/docs/en/options.html#bracket-line) setting (Prettier 2.4.0) - Added deprecation notice for [`jsxBracketSameLine`](https://prettier.io/docs/en/options.html#deprecated-jsx-brackets) setting (Prettier 2.4.0) - Allow formatting ranges in `vue`. - ## [9.6.0] - Prettier 2.7.1 - Register `mongodb` in `vscodeLanguageIds` to support formatting mongodb queries in VS Code - Search for ignore file in all containing workspace folders, not just innermost - Fix wrong time unit in log. - Allow formatting ranges in `jsonc` (JSON with Comments). - Fix support for using a globally installed version of prettier. ## [9.5.0] - Fix `"editor.formatOnSaveMode": "modifications"`/`"modificationsIfAvailable"` ## [9.4.0] - Prettier 2.6.1 ## [9.3.0] - Remove `.gts` and `.gjs` from Handlebars extensions ## [9.2.0] - Clear cache on reload (#2371) ## [9.1.1] - Changed build target to ES2020 to reduce module size ## [9.1.0] - Upgraded to Prettier 2.5.1 - Handlebars support ([@lifeart](https://github.com/lifeart)) ## [9.0.1] - Changed schemastore.com URLs to use HTTPS ## [9.0.0] - Support for browser VS Code - Support for virtual file systems ## [8.2.0] - Updated Prettier to 2.4.1 - VS Code version to 1.60.0 ## [8.1.0] - Setting `requireConfig` no longer accepts `.editorconfig` as a valid config. ## [8.0.1] - Forced version of vsce on build ## [8.0.0] - Updated Prettier to 2.3.1 - Minimum supported VS Code version is now 1.57.0 - Added `id` and `name` properties to status bar (#2003) - Uses VS Code [Workspace Trust](https://code.visualstudio.com/docs/editor/workspace-trust) ## [7.1.0] - Revert bad changes from 7.0.0, will republish as 8.0.0 ## [7.0.0] - Bad release, do not use. ## [6.4.0] - Updated Prettier to 2.3.0 - Forced mode now ignores `requirePragma` config - Fix mismatch of option name `ignore` in description of HTML Whitespace Sensitivity ([#1941](https://github.com/prettier/prettier-vscode/pull/1941)) ## [6.3.2] - Removed loading status bar state ## [6.3.1] - Updates to formatter registration ## [6.3.0] - Removed notifications, all messages logged with status icon update. ## [6.2.1] - Fixed regressions where VS Code settings `settings.json` could not be formatted ## [6.2.0] - Stable 6.0 release, see Beta releases for changes ## [6.1.0] Beta - Added command to force formatting regardless of ignores `Format Document (Forced)` ## [6.0.0] Beta - Automatically detect package manager - Delayed prettier registration to improve performance on large projects - Status bar state and icons updates - Prompt to allow Prettier module to load - Added debug mode for logging - Removed config for `disabledLanguages` ## [5.9.2] - Reverted automatical detection of package manager ## [5.9.1] - Removed Status bar color ## [5.9.0] - Automatically detect package manager - Move check mark in status bar to left side to match ESLint - Status bar background to `statusBarItem.errorBackground` color on error ## [5.8.0] - Updated prettier to 2.2.0 ## [5.7.2] - Updated prettier to 2.1.2 ## [5.7.1] - Log the location of the prettier config file ## [5.7.0] - Updated prettier to 2.1.1 ## [5.6.0] - Activation on `onStartupFinished` to reduce impact on VS Code start. ## [5.5.0] - Added [enable](https://github.com/prettier/prettier-vscode#enable) setting. ## [5.4.0] - Added [Embedded Language Formatting](https://prettier.io/docs/en/options.html#embedded-language-formatting) option. - Throttling of reloads on watched files to improve performance on large projects. ## [5.3.0] - Refactoring of how the extension registers formatters to support file extension that don't have a language ID. - Added support for [custom document selectors](https://github.com/prettier/prettier-vscode#prettierdocumentselectors) to provide formatting on custom languages/extensions. ## [5.2.1] - Support for additional configuration file extensions (`toml`, `cls`). ## [5.2.0] - Updated prettier to 2.1.0 ## [5.1.3] - Improved error output of certain plugin exceptions. ## [5.1.2] - Added error logging for unusual prettier exceptions. ## [5.1.0] - Resolves issue where untitled JSON files were resolved to `json-stringify` parser. (#1435) ## [5.0.1] - Updated modules - New build process ## [5.0.0] - Removed support for legacy linter integration. [See documentation](https://github.com/prettier/prettier-vscode#linter-integration) on how to configure linters. ## [4.7.0] - Adds support for formatting VS Code settings files (settings.json). (#1343) ## [4.6.0] - Update loading implicit Prettier dep from `node_modules` to only occur if explicit `package.json` dep is not found in a parent directory - Show a custom error message / notification in the case where `prettier.prettierPath` does not reference an instance of Prettier ## [4.5.0] - Updated prettier to 2.0.5 ## [4.4.0] - Reverted change that attempts to resolve config based on prettier version. ## [4.3.0] - Removed AppInsights telemetry as its no longer needed - Updated instructions on how to use linters - Added log warning about legacy linter integrations ## [4.2.0] - Use default configuration based on the version of prettier ## [4.1.1] - Updated prettier to 2.0.4 ## [4.1.0] - Support loading Prettier from `node_modules` even if it doesn't appear as a direct dependency in a `package.json` - Honor project-scoped config when loading module (#1222, [#950](https://github.com/prettier/prettier-vscode/issues/950)) - Added configuration option `withNodeModules` to enable processing of files in the `node_modules` folder - Updated prettier to 2.0.3 (#1289) ## [4.0.0] - Updated prettier to 2.0 - [See changes here](https://prettier.io/blog/2020/03/21/2.0.0.html) - Change default configuration for `trailingComma` to `es5` to match Prettier 2.0 - Change default configuration for `arrowParens` to `always` to match Prettier 2.0 - Change default configuration for `endOfLine` to `lf` to match Prettier 2.0 - Updated module dependencies - Removed deprecated configuration options ## [3.20.0] - No longer loads prettier when `requireConfig` is `true` and no config is found. (#1161) - Minor logging improvements ## [3.19.0] - Notifications only show when running formatter - Removed logs for status bar events ## [3.18.0] - Fixed a bug with the prettier output open command - Upgraded module dependencies ## [3.17.0] - Due to performance issues, global module resolution is now off by default. Enable by setting `prettier.resolveGlobalModules` to `true` ## [3.16.0] - Show error when prettier configuration file is invalid - Removed unused debug tracer on module resolution ## [3.15.0] - Always format untitled files, even when `requireConfig` setting is enabled ## [3.14.0] - Fixed an issue with global module resolution ## [3.13.0] - Added support for global module resolution - Added setting `packageManager` to determine which package manager to use for global module resolution - Fixed issue where unsaved HTML files were resolved as Angular ## [3.12.0] - Reverted range filter on formatter registration due to problems, needs more investigation - Added additional details to description of `requireConfiguration` option ## [3.11.0] - Additional logging for errors loading config - Updated status icon to not error states ## [3.10.0] - Added setting `prettier.useEditorConfig` (defaults to `true`) to allow disabling resolving `.editorconfig` for Prettier config - Added additional logging - Added `pattern` filter to formatter registrations to avoid registering incorrectly on multi-workspace projects - Removed some unused localization code ## [3.9.0] - Improved error logging. - Bumped dependencies and type definitions to latest - More information in readme about configuration ## [3.8.0] - Fixed issue where VS Code and local config where merged. If local config is present, only it will be used. [#1074](https://github.com/prettier/prettier-vscode/issues/1074) ## [3.7.0] - Removed deprecation message from `requireConfig` (Was added by mistake). [#1056](https://github.com/prettier/prettier-vscode/issues/1056) - Sets `resolveConfig: true` to allow parser overrides on [Prettier 1.19+](https://prettier.io/blog/2019/11/09/1.19.0.html#api). [#1067](https://github.com/prettier/prettier-vscode/issues/1067) - Fix for finding local `prettier` module in packages located in `node_modules` dirs - Added doc on what languages support range formatting ## [3.6.0] - Added back status bar button ## [3.5.1] - Add command `Prettier: Create Configuration File` to create a basic `.prettierrc` file ## [3.5.0] - Fixed issue resolving user home files on mac. i.e. (`~/.prettierrc`) (#1045) - Improved tests for config resolution ## [3.4.0] - Adds back VS Code config ## [3.3.0] - Bug fixes - Change telemetry metric names ## [3.2.0] - Removed support for Prettier versions older than 1.13.0. - No longer bundling linters with extension - to use install them in your package.json. - Use Prettier as default resolver of formatter instead of VS Code. - Use Prettier to determine if a file is ignored or not instead of custom logic. - Support for formatting of untitled files when the language is set by VS Code. - Set file path config on format to assist with parser resolution. - Less fallbacks - if you have local prettier installed it will always use that. Before if your local prettier didn't support things we would fall back to bundled prettier - this caused many errors and inconsistent behavior. - Removed toolbar button. - Deprecated linter configuration settings. - Enhanced logging. - Extension built with webpack. - Memoize package path lookup to improve perf of repeated calls to same file. - Shows error message when outdated versions of prettier are used. - Refreshes modules without restart for cases where prettier version or plugins are installed locally. - Registers `.graphql` files as `graphql` language in order to provide formatting. (#989) - Ignore files are only read from the workspace root folder to behave the [same as prettier](https://github.com/prettier/prettier/issues/4081). - Added configuration option `prettier.prettierPath` to override module resolution. - Added configuration option `prettier.configPath` to override configuration file resolution. ## [2.3.0] - Updated VS Code Version to 1.34.0 - Changed App Insights api key ## [2.2.0] - Added App Insights telemetry to track feature usage. ## [2.1.0] - Deprecated support for ESLint, TSLint, and Stylelint. [See documentation](https://github.com/prettier/prettier-vscode#linter-integration) ## [1.12.0] - Fixed issue where error output was used before initialized (#918) ## [1.11.0] - Localization support for `zh-cn` and `zh-tw` - Fixed issue where text-fixtures were bundled in the extension. ## [1.10.0] - Prettier [1.18](https://prettier.io/blog/2019/06/06/1.18.0.html) - Docs now explain how to lint TypeScript code with ESLint. - Improve supported language resolution with local Prettier instances - Prettier Plugin Support - prettier-eslint 9.0.0 ## [1.9.0] - Prettier [1.17](https://prettier.io/blog/2019/04/12/1.17.0.html) - New setting `quoteProps`. (prettier 1.17) ## [1.8.0] - Prettier [1.16](https://prettier.io/blog/2019/01/20/1.16.0.html) - prettier-tslint 0.4.2 ## [1.7.0] - Validate the `"prettier"` key in `package.json` using the prettier settings schema - Prettier [1.15](https://prettier.io/blog/2018/11/07/1.15.0.html) - New options: jsxSingleQuote, htmlWhitespaceSensitivity and endOfLine (More info in readme). ## [1.6.0] - disableLanguages only in User / Workspace settings (no more in folder settings).It allows to register formatters for every supported language. - Prettier [1.14](https://prettier.io/blog/2018/07/29/1.14.0.html) - New option: tslintIntegration (boolean) use `prettier-tslint` instead of `prettier` ## [1.5.0] - Revert notification popup: remove it. - fix parser inference ## [1.4.0] - [prettier 1.13.4](https://prettier.io/blog/2018/05/27/1.13.0.html) - prettier-stylelint 0.4.2 ## [1.3.1] - [prettier 1.12.1](https://prettier.io/blog/2018/04/11/1.12.0.html) ## [1.3.0] - [prettier 1.12.0](https://prettier.io/blog/2018/04/11/1.12.0.html) ## [1.2.0] - [Prettier 1.11.1](https://prettier.io/blog/2018/02/26/1.11.0.html) ## [1.1.3] - Improve prettier resolution algorithm for monorepos - prettier-eslint@8.8.1 - `vue` is now disabled by default. Opt-in by removing `vue` from disableLanguages setting ## [1.1.2] - prettier-eslint@8.3.1 revert previous update ## [1.1.1] - prettier-eslint@8.7.5 ## [1.1.0] - Disabling a language `disableLanguages` now allows to use an other formatter. NOT when disabling in a sub workspace folder (noop) - Prettier 1.10, `vue` `jsonc` `postcss` support. ## [1.0.0] - Prettier 1.9 - New option: requireConfig (boolean) Format only files which have a prettier config (.prettierrc, ...) - Don't merge editor's options into prettier config ## [0.25.0] - Multi-root support. - Removed all `*Enable` settings, these are now inferred from Prettier itself. Use scoped `editor.formatOnSave` to disable formatting some languages on save. (See README) - Markdown support - Prettier 1.8.2 ## [0.24.0] - new setting, ignorePath. Ignore files. - Eslint now also runs on TypeScript files. - new setting, stylelintIntegration. prettier + stylelint. - Prettier 1.7 ## [0.23.1] - Prettier 1.6.1 ## [0.23.0] - Read configuration from files. - Prettier 1.6 ## [0.22.0] - Changed Status bar: hide/show depending on active editor. - Fix local resolution. ## [0.21.0] - Reworked error messages. They are now in a dedicated output channel. ## [0.20.0] - Prettier 1.5 - Added JSON and GraphQL formatting (Range formatting disabled) - Disable range formatting with postcss parser (broken) ## [0.19.1] - Fix sass language id (sass -> scss) - Update prettier to 1.4.4 - Update prettier-eslint to 6.3.0 ## [0.19.0] - Option to select language ids prettier will run on. - Prettier 1.4.2 ## [0.18.0] - Prettier 1.4 - Now also formats CSS and TypeScript - Format Selection highly improved. ## [0.17.0] - Bump dependencies. - `jsx` language support in addition to `javascript` and `javascriptreact`. ## [0.16.0] - New setting eslintIntegration. Use `prettier-eslint` under the hood. ## [0.14.0] - Bundled with prettier 1.1.0 - New setting `useTabs`. (prettier 1.0) - New setting `semi`. (prettier 1.0) ## [0.13.0] - Local prettier has to be _explicitly_ installed (dependencies or devDependencies) ## [0.11.0] - Resolve 'prettier' against formatted file. Nearest upward _node_modules/prettier_ ## [0.10.0] - New setting `jsxBracketSameLine`. (prettier 0.17.0) - Changed `trailingComma` setting `['none', 'es5', 'all']` (prettier 0.19.0) ## [0.7.0] - Removed `Prettier` action. - Use vscode actions `Format Document` and `Format Selection`. - Removed `prettier.formatOnSave` setting in favor of the more general setting `editor.formatOnSave` - Deprecated `useFlowParser` setting. Introduced `parser` setting. (Since prettier 0.0.10) ## [0.1.0] - Initial release