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 d1cc306 commit d9d4315Copy full SHA for d9d4315
internal/mode/static/telemetry/collector.go
@@ -50,7 +50,7 @@ type Data struct {
50
// at the same index.
51
// Each value is either 'true' or 'false' for boolean flags and 'default' or 'user-defined' for non-boolean flags.
52
FlagValues []string
53
- // SnippetsFiltersDirectiveContexts contains the context-directive strings of all applied SnippetsFilters.
+ // SnippetsFiltersDirectiveContexts contains the directive-context strings of all applied SnippetsFilters.
54
// Both lists are ordered first by count, then by lexicographical order of the context string,
55
// then lastly by directive string.
56
SnippetsFiltersDirectiveContexts []string
0 commit comments