From 7031a6dc73cb4e759a73dbcbd886d3c1d03398ce Mon Sep 17 00:00:00 2001 From: Strange Dreams <112818316+strangedreamsNY@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:19:44 -0500 Subject: [PATCH] Move the CodeGPT Telemetry settings screen. (#222) The CodeGPT Telemetry settings screen was previously a 'stand-alone' configuration window under the 'Tools' section of the IDEA settings. Moving it under the parent plugin makes it more apparent and keeps it better organized. --- src/main/resources/META-INF/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index e635a9ca..8ea5f428 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -19,10 +19,10 @@ + displayName="Telemetry"/>