Skip to content

Commit 91ff0eb

Browse files
committed
Bump Codeium to 1.2.93
1 parent f43065e commit 91ff0eb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Core/Sources/CodeiumService/CodeiumInstallationManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Terminal
33

44
public struct CodeiumInstallationManager {
55
private static var isInstalling = false
6-
static let latestSupportedVersion = "1.2.85"
6+
static let latestSupportedVersion = "1.2.93"
77

88
public init() {}
99

Core/Sources/HostApp/AccountSettings/CodeiumView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ struct CodeiumView: View {
208208
}
209209
}
210210

211-
Divider()
212-
213211
Form {
214212
Toggle("Codeium Enterprise Mode", isOn: $viewModel.codeiumEnterpriseMode)
215213
TextField("Codeium Portal URL", text: $viewModel.codeiumPortalUrl)

0 commit comments

Comments
 (0)