Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Tool/Sources/SuggestionBasic/EditorInformation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public struct EditorInformation: Sendable {
public var lineAnnotations: [LineAnnotation]

public var selectedContent: String {
guard !lines.isEmpty else { return "" }
if let range = selections.first {
if range.isEmpty { return "" }
let startIndex = min(
Expand Down
4 changes: 2 additions & 2 deletions Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_VERSION = 0.37.4
APP_BUILD = 494
APP_VERSION = 0.37.5
APP_BUILD = 500
RELEASE_CHANNEL =
RELEASE_NUMBER = 1