internal/chartconfig: update config to add vulncheck codelens counter
diff --git a/internal/chartconfig/config.txt b/internal/chartconfig/config.txt
index e6394e5..7e95178 100644
--- a/internal/chartconfig/config.txt
+++ b/internal/chartconfig/config.txt
@@ -287,4 +287,22 @@
issue: https://go.dev/issue/74869
program: github.com/golang/vscode-go/vscgo
module: github.com/golang/vscode-go
-version: v0.49.1
\ No newline at end of file
+version: v0.49.1
+---
+counter: codelens/vulncheck:{true,false}
+title: Vulncheck Codelens Usage
+description: counts vulncheck codelens settings
+type: partition
+issue:
+program: golang.org/x/tools/gopls
+module: golang.org/x/tools/gopls
+version: v0.21.0
+---
+counter: codelenses/vulncheck:{true,false}
+title: Vulncheck Codelenses Usage
+description: counts vulncheck codelens settings
+type: partition
+issue:
+program: golang.org/x/tools/gopls
+module: golang.org/x/tools/gopls
+version: v0.21.0
\ No newline at end of file
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The instrumentation for tracking vulncheck codelens settings already exists in https://cs.opensource.google/go/x/tools/+/master:gopls/internal/settings/settings.go;l=515?q=vulncheck%20enable&ss=go%2Fx%2Ftools:gopls%2Finternal%2F
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
internal/chartconfig: update config to add vulncheck codelens counter
Fixes golang/go#75546
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
---
counter: gopls/setting/codelenses/vulncheck:{true,false}
title: Vulncheck Codelenses Usage
description: counts vulncheck codelens settings
type: partition
issue: https://github.com/golang/go/issues/75546
program: golang.org/x/tools/gopls
module: golang.org/x/tools/gopls
version: v0.21.0Err, is this redundant?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
---
counter: gopls/setting/codelenses/vulncheck:{true,false}
title: Vulncheck Codelenses Usage
description: counts vulncheck codelens settings
type: partition
issue: https://github.com/golang/go/issues/75546
program: golang.org/x/tools/gopls
module: golang.org/x/tools/gopls
version: v0.21.0Err, is this redundant?
We have to support both paths it seems like: https://cs.opensource.google/go/x/tools/+/master:gopls/internal/settings/settings.go;l=1226-1245?q=settings.go&ss=go%2Fx%2Ftools:gopls%2Finternal%2F
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
internal/chartconfig: update config to add vulncheck codelens counter
Fixes go/golang#75794
diff --git a/internal/chartconfig/config.txt b/internal/chartconfig/config.txt
index 0279224..34a70c5 100644
--- a/internal/chartconfig/config.txt
+++ b/internal/chartconfig/config.txt
@@ -290,7 +290,7 @@
version: v0.49.1
---
counter: gopls/setting/codelens/vulncheck:{true,false}
-title: Vulncheck Codelens Usage
+title: Vulncheck Codelens Settings Usage
description: counts vulncheck codelens settings
type: partition
issue: https://github.com/golang/go/issues/75546
@@ -299,7 +299,7 @@
version: v0.21.0
---
counter: gopls/setting/codelenses/vulncheck:{true,false}
-title: Vulncheck Codelenses Usage
+title: Vulncheck Codelenses Settings Usage
description: counts vulncheck codelens settings
type: partition
issue: https://github.com/golang/go/issues/75546
@@ -324,3 +324,12 @@
program: golang.org/x/tools/gopls
module: golang.org/x/tools/gopls
version: v0.21.0
+---
+counter: gopls/mod/codelenses:{vulncheck,go_vulncheck}
+title: Vulncheck Mod Codelenses Usage
+description: counts vulncheck codelens usage
+type: partition
+issue: https://github.com/golang/go/issues/75794
+program: golang.org/x/tools/gopls
+module: golang.org/x/tools/gopls
+version: v0.21.0
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Hold | +1 |
Fixes golang/go#75794Let's send an email to telemetry approver for this issue and get approvals. This issue is not accepted yet.
Once approved, we can proceed with this CL. Before then, I will put this on Hold.
description: counts vulncheck codelens usageI think this should be counts of codelens usage in go mod file.
We can easily add new codelenses like `go mod tidy` available in go mode file and this description will be invalid.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
internal/chartconfig: update config to add vulncheck codelens countersame as below, go mod codelens usage counter
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
internal/chartconfig: update config to add vulncheck codelens countersame as below, go mod codelens usage counter
Done
Fixes golang/go#75794Let's send an email to telemetry approver for this issue and get approvals. This issue is not accepted yet.
Once approved, we can proceed with this CL. Before then, I will put this on Hold.
Yeah that makes sense thank, let's wait for the email review.
I think this should be counts of codelens usage in go mod file.
We can easily add new codelenses like `go mod tidy` available in go mode file and this description will be invalid.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fixes golang/go#75794Ethan LeeLet's send an email to telemetry approver for this issue and get approvals. This issue is not accepted yet.
Once approved, we can proceed with this CL. Before then, I will put this on Hold.
Yeah that makes sense thank, let's wait for the email review.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Hold | +1 |
Let's finish the implementation first then merge this CL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +2 |
| Hold | +0 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
internal/chartconfig: update config to add command usage counter
Fixes golang/go#75794
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |