Skip to content

Commit f1111bb

Browse files
committed
Fix: Remove outdated codebaseIndexConfig reference and merge upstream changes
1 parent 64b57a1 commit f1111bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webview-ui/src/components/settings/SettingsView.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,6 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
325325
vscode.postMessage({ type: "upsertApiConfiguration", text: currentApiConfigName, apiConfiguration })
326326
vscode.postMessage({ type: "telemetrySetting", text: telemetrySetting })
327327
vscode.postMessage({ type: "showAllWorkspacesTasks", bool: showAllWorkspacesTasks })
328-
if (codebaseIndexConfig) {
329-
vscode.postMessage({ type: "codebaseIndexEnabled", bool: codebaseIndexConfig.codebaseIndexEnabled })
330-
}
331328
vscode.postMessage({ type: "profileThresholds", values: profileThresholds })
332329
setChangeDetected(false)
333330
}

0 commit comments

Comments
 (0)