microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.84k stars 29.5k forks source link

InlineEdit colours do not have descriptions #232208

Open rzhao271 opened 1 month ago

rzhao271 commented 1 month ago

When running the test-documentation.bat script, I noticed that the following colours do not have descriptions.

  `inlineEdit.indicator.foreground`:
  `inlineEdit.indicator.background`:
  `inlineEdit.indicator.border`:
  `inlineEdit.originalBackground`:
  `inlineEdit.modifiedBackground`:
  `inlineEdit.border`:

I also was not able to tell what the colours affected. Here's my attempt: View suggested edits does not use inlineEdit colours I also tried making edits with inline chat and did not see those colours show up.

Please add localized descriptions for the colours so that they can be documented under theme-color.md, like in https://github.com/microsoft/vscode-docs/pull/7707.

rzhao271 commented 3 weeks ago

Bumping this issue now that I spotted the feature while using Insiders.