Releases: splo/vscode-bevy-inspector
Releases · splo/vscode-bevy-inspector
v0.1.1
v0.1.0
Changed
- Add an example server by @splo
- Show primitive values immediately without expanding dropdown by @jakobhellermann
- Move entity id and component typename from description to tooltip by @jakobhellermann
- Sort erroneous components to bottom by @jakobhellermann
- Infer entity name based on common components by @jakobhellermann
- Change extension icon by @splo
Fixed
- Correctly shorten entity names with generics by @splo
New Contributors
- @jakobhellermann made their first contribution