-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot view properties of an object extending Resource type during debugging. #660
Comments
zarstensen
added a commit
to zarstensen/godot-vscode-plugin
that referenced
this issue
Jun 5, 2024
zarstensen
added a commit
to zarstensen/godot-vscode-plugin
that referenced
this issue
Jun 5, 2024
zarstensen
added a commit
to zarstensen/godot-vscode-plugin
that referenced
this issue
Jun 5, 2024
DaelonSuzuka
pushed a commit
to DaelonSuzuka/godot-vscode-plugin
that referenced
this issue
Jun 24, 2024
DaelonSuzuka
added a commit
that referenced
this issue
Jun 24, 2024
* Fix id being decoded as an signed integer instead of an unsigned integer. (#660) --------- Co-authored-by: karstensensensen <[email protected]>
Godot version VS Code version Godot Tools VS Code extension version System information I encounter the same issue when running same code as described in this issue :( |
I have the same with Nodes. Only ID in debugger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version
4.2.stable
VS Code version
1.89.1
Godot Tools VS Code extension version
2.0.0
System information
Windows 10
Issue description
Resource variables only show the resource id instead of all the resources properties, when inspecting variables during debugging.
Expected:
CustomResource extends from Object, properties are displayed as expected.
Actual:
CustomResource extends from Resource, only an "id" property is displayed.
Steps to reproduce
Below is the code used to generate the above screenshots:
root_node.gd
custom_resource.gd
The text was updated successfully, but these errors were encountered: