Skip to content

Commit

Permalink
Merge pull request #3773 from continuedev/dallin/config-errors-not-sh…
Browse files Browse the repository at this point in the history
…owing

Passs through configError message
  • Loading branch information
sestinj authored Jan 20, 2025
2 parents 9f938e3 + 929f684 commit a74d322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/protocol/passThrough.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const WEBVIEW_TO_CORE_PASS_THROUGH: (keyof ToCoreFromWebviewProtocol)[] =
export const CORE_TO_WEBVIEW_PASS_THROUGH: (keyof ToWebviewFromCoreProtocol)[] =
[
"configUpdate",
"configError",
"getDefaultModelTitle",
"indexProgress", // Codebase
"indexing/statusUpdate", // Docs, etc.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class MessageTypes {
// Note: If updating these values, make a corresponding update in
// core/protocol/passThrough.ts
val PASS_THROUGH_TO_WEBVIEW = listOf(
"configError",
"configUpdate",
"getDefaultModelTitle",
"indexProgress", // Codebase
Expand Down

0 comments on commit a74d322

Please sign in to comment.