cwtools / cwtools/cwtools-vscode
Subtype localisation does not appear in tooltips
Open
- Dominant language
- F#
- Stars
- 110
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
```
types = {
type[event_modifier] = {
path = "game/common/event_modifiers"
subtype[not_flag] = {
## cardinality = 1..inf
scalar = scalar
}
localisation = {
subtype[not_flag] = {
name = "$"
description = "desc_$"
}
}
}
}
```

This occurs anywhere subtypes are used
Contributor guide
Assessment
This issue has not been assessed yet.