We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8b928 commit 061bff1Copy full SHA for 061bff1
src/extension.ts
@@ -370,7 +370,7 @@ function createConfigItems(config, prefix = '') {
370
item.filterText = item.insertText = `${prefix}${key}`
371
item.sortText = naturalExpand(i.toString())
372
if (typeof config[key] === 'string' || typeof config[key] === 'number') {
373
- item.detail = config[key]
+ item.detail = config[key].toString()
374
375
let color = getColorFromValue(item.detail)
376
if (color) {
0 commit comments