lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

[Settings](vscode): Loads of settings display with their template string

Open snwflake opened this issue 1 year ago • 2 comments

How are you using the lua-language-server?

Visual Studio Code Extension (sumneko.lua)

Which OS are you using?

Linux

What is the issue affecting?

Other

Expected Behaviour

Extension settings should contain descriptions on what they're doing.

Actual Behaviour

Many extension settings (53 to be exact) are displayed using their template string.

image

Reproduction steps

  1. Install vscode extension
  2. open settings
  3. search for @ext:sumneko.lua %

Additional Notes

No response

Log File

No response

snwflake avatar Aug 19 '22 22:08 snwflake

https://github.com/microsoft/vscode/issues/158649

sumneko avatar Aug 20 '22 07:08 sumneko

ah ok, didn't know the extension had proper template translations and frankly, I was too lazy to check x)

snwflake avatar Aug 20 '22 08:08 snwflake

Fixed since VSCode 1.74.0

sumneko avatar Dec 08 '22 09:12 sumneko