lima-vm / lima-vm/lima

Keep comments on `base` properties

Open
#3,457 0 comments 0 reactions 0 assignees View on GitHub
priority/low
Dominant language
Go
Stars
21.9k
Forks
957
Avg merge
2d 6h
Merged PRs (30d)
53

Description

Right now base property comments are not merged because the `base` node is simply deleted during merging:

```yaml
# This comment will not be included in lima.yaml
base: template://default
```

A workaround is to add an empty line:

```yaml
# This comment will be copied over

base: template://default
```

It would be nice to retain the comment even without the extra empty line.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.