Skip to content

Commit f8e79aa

Browse files
committed
Lua.telemetry.enable add tags telemetry
displaying in telemetry settings
1 parent cf0aed7 commit f8e79aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/configuration.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ local config = {
449449
scope = 'resource',
450450
type = {"boolean", "null"},
451451
default = json.null,
452-
markdownDescription = "%config.telemetry.enable%"
452+
markdownDescription = "%config.telemetry.enable%",
453+
tags = {"telemetry"},
453454
},
454455
['Lua.hint.enable'] = {
455456
scope = 'resource',

0 commit comments

Comments
 (0)