Skip to content

Commit

Permalink
chore: remove mention of restart after a change to the Copilot model
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Feb 19, 2025
1 parent 3fc5562 commit 6004ab4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ protected List<CopilotModelDefinition> compute(@NotNull ProgressIndicator progre
var popup = JBPopupFactory.getInstance()
.createPopupChooserBuilder(filteredModels)
.setTitle(AppMapBundle.get("action.copilot.chooseModel.popup.title"))
.setAdText(AppMapBundle.get("action.copilot.chooseModel.popup.adText"))
.setRenderer(new CopilotModelRenderer(currentModel))
.setSelectedValue(currentModel, true)
.setItemsChosenCallback(selectedModels -> {
Expand Down
1 change: 0 additions & 1 deletion plugin-core/src/main/resources/messages/appland.properties
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ action.copilot.chooseModel.errorLoadingModels.text=An error occurred loading Cop
action.copilot.chooseModel.errorLoadingModels.title=AppMap
action.copilot.chooseModel.popup.defaultModel=Use default model
action.copilot.chooseModel.popup.title=Choose Copilot Model for Navie
action.copilot.chooseModel.popup.adText=Remember to reload the project after changing the model.

group.appmapToolsMenu.text=AppMap
group.appmapToolsMenu.title=AppMap Tools
Expand Down

0 comments on commit 6004ab4

Please sign in to comment.