We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd64a4 commit f682d5cCopy full SHA for f682d5c
1 file changed
Core/Sources/Service/Workspace.swift
@@ -37,7 +37,7 @@ final class Filespace {
37
suggestions = []
38
suggestionIndex = 0
39
if resetSnapshot {
40
- Snapshot = .init(linesHash: -1, cursorPosition: .outOfScope)
+ suggestionSourceSnapshot = .init(linesHash: -1, cursorPosition: .outOfScope)
41
}
42
43
0 commit comments