mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-10 20:30:24 +00:00
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.
This commit is contained in:
parent
695f1658e0
commit
7031a6dc73
1 changed files with 2 additions and 2 deletions
|
|
@ -19,10 +19,10 @@
|
|||
<applicationConfigurable id="settings.codegpt.advanced" parentId="settings.codegpt" displayName="Advanced Settings"
|
||||
instance="ee.carlrobert.codegpt.settings.advanced.AdvancedSettingsConfigurable"/>
|
||||
<applicationConfigurable
|
||||
parentId="tools"
|
||||
parentId="settings.codegpt"
|
||||
instance="ee.carlrobert.codegpt.telemetry.ui.preferences.TelemetryConfigurable"
|
||||
id="tools.preferences.codegpt.telemetry"
|
||||
displayName="CodeGPT Telemetry"/>
|
||||
displayName="Telemetry"/>
|
||||
<applicationService
|
||||
serviceImplementation="ee.carlrobert.codegpt.telemetry.core.service.TelemetryServiceFactory"/>
|
||||
<applicationService serviceImplementation="ee.carlrobert.codegpt.settings.state.SettingsState"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue