Add a note on how to check the telemetry
This commit is contained in:
parent
a65dd0fd98
commit
943ea61452
5 changed files with 47 additions and 8 deletions
|
@ -137,7 +137,7 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
items: vec![
|
||||
MenuItem::action("Command Palette", command_palette::Toggle),
|
||||
MenuItem::separator(),
|
||||
MenuItem::action("View Telemetry Log", crate::OpenTelemetryLog),
|
||||
MenuItem::action("View Telemetry", crate::OpenTelemetryLog),
|
||||
MenuItem::action("View Dependency Licenses", crate::OpenLicenses),
|
||||
MenuItem::separator(),
|
||||
MenuItem::action(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue