godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.55k stars 163 forks source link

Nodes with groups aren't displayed in the scene preview panel #606

Closed D-The-Crafter closed 6 months ago

D-The-Crafter commented 7 months ago

Godot version

4.2.1.stable

VS Code version

1.86.2

Godot Tools VS Code extension version

2.0.0

System information

Windows 10

Issue description

Nodes with groups are not displayed in the scene preview panel. If the node with a group is the root node the whole scene isn't displayed.

image

Steps to reproduce

DaelonSuzuka commented 7 months ago

This is actually the same problem as #600 and has already been fixed in #603.

D-The-Crafter commented 7 months ago

Ah, saw that one but thought it only talked about the node_paths field. Glad its fixed.

Calinou commented 6 months ago

Thanks for the report! Consolidating in https://github.com/godotengine/godot-vscode-plugin/issues/600.