Skip to content

Commit

Permalink
Update passThrough.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Erichsen committed Dec 11, 2024
1 parent 1996b03 commit 9f88c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/protocol/passThrough.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import {
} from "./coreWebview.js";

// Message types to pass through from webview to core
// Note: If updating these values, make a corresponding update in
// extensions/intellij/src/main/kotlin/com/github/continuedev/continueintellijextension/toolWindow/ContinueBrowser.kt
export const WEBVIEW_TO_CORE_PASS_THROUGH: (keyof ToCoreFromWebviewProtocol)[] =
[
"ping",
Expand All @@ -13,13 +15,11 @@ export const WEBVIEW_TO_CORE_PASS_THROUGH: (keyof ToCoreFromWebviewProtocol)[] =
"history/load",
"history/save",
"devdata/log",
"config/addOpenAiKey",
"config/addModel",
"config/newPromptFile",
"config/ideSettingsUpdate",
"config/getSerializedProfileInfo",
"config/deleteModel",
"config/reload",
"config/listProfiles",
"config/openProfile",
"context/getContextItems",
Expand Down

0 comments on commit 9f88c97

Please sign in to comment.