Merge branch 'master' into name-prop

This commit is contained in:
2026-01-20 01:10:20 +01:00
committed by GitHub
25 changed files with 307 additions and 118 deletions

View File

@@ -88,7 +88,7 @@ pub fn snapshot_lua(
.metadata(
InstanceMetadata::new()
.instigating_source(path)
.relevant_paths(vec![path.to_path_buf()])
.relevant_paths(vec![vfs.canonicalize(path)?])
.context(context),
);