We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9662c0 + 7b9ce86 commit be36e84Copy full SHA for be36e84
Tool/Sources/SuggestionBasic/EditorInformation.swift
@@ -23,6 +23,7 @@ public struct EditorInformation: Sendable {
23
public var lineAnnotations: [LineAnnotation]
24
25
public var selectedContent: String {
26
+ guard !lines.isEmpty else { return "" }
27
if let range = selections.first {
28
if range.isEmpty { return "" }
29
let startIndex = min(
Version.xcconfig
@@ -1,4 +1,4 @@
1
-APP_VERSION = 0.37.4
2
-APP_BUILD = 494
+APP_VERSION = 0.37.5
+APP_BUILD = 500
3
RELEASE_CHANNEL =
4
RELEASE_NUMBER = 1
0 commit comments