-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.
Milestone
Description
The current logic of reloadOrphanedFiles causes it to reload irrelevant files in the workspace, once they have been mapped (e.g. because of a branch change).
More generally, we should avoid ever ranging snapshot.files, as it is the set of files previously seen by the snapshot, which is path-dependent and has no intrinsic meaning.
CC @adonovan
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.