Skip to content

Commit ee2aefb

Browse files
committed
Update
1 parent 228b2b2 commit ee2aefb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Core/Sources/HostApp/FeatureSettings/ChatSettingsView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ struct ChatSettingsView: View {
283283
#if canImport(ProHostApp)
284284

285285
Scope(
286-
title: WithFeatureEnabled(\.projectScopeInChat) { Text("Sense Scope (Experimental)") },
286+
title: WithFeatureEnabled(\.projectScopeInChat) {
287+
Text("Sense Scope (Experimental)")
288+
},
287289
description: "Experimental. Enable the bot to read the relevant code of the editing file in the project, third party packages and the SDK."
288290
) {
289291
WithFeatureEnabled(\.projectScopeInChat, alignment: .hidden) {

0 commit comments

Comments
 (0)