We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5c057 commit ed4dd59Copy full SHA for ed4dd59
internal/ls/autoimport/registry.go
@@ -413,6 +413,9 @@ func (b *registryBuilder) updateBucketAndDirectoryExistence(change RegistryChang
413
for path, fileName := range change.OpenFiles {
414
neededProjects[core.FirstResult(b.host.GetDefaultProject(path))] = struct{}{}
415
if strings.HasPrefix(fileName, "^/") {
416
+ if !b.specifierCache.Has(path) {
417
+ b.specifierCache.Set(path, &collections.SyncMap[tspath.Path, string]{})
418
+ }
419
continue
420
}
421
dir := fileName
0 commit comments