prettier-vscode icon indicating copy to clipboard operation
prettier-vscode copied to clipboard

Use LanguageStatusItem API for the status bar item

Open mlntr opened this issue 1 year ago • 1 comments

Use VS Code's LanguageStatusItem API instead of having a unique implementation that is inconsistent with other language utility extensions and formatters. It's easy to show/hide when the user wants it (can pin to the status bar too) rather than cluttering being in the way if it's not disabled.

image

mlntr avatar Apr 02 '24 18:04 mlntr

Oh, this is nice. I hadn't seen this api before.

ntotten avatar Apr 16 '24 14:04 ntotten

Added in https://github.com/prettier/prettier-vscode/pull/3507

ntotten avatar Aug 14 '24 14:08 ntotten