export var is not working when using external editor?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Darkie

I’m fairly new to Godot but I have prior programming knowledge and I have also set up va code as external editor and everything is working fine except for

export var speed: 500.0

The variable doesn’t show up on the Godot gui!
But when using the built-in editor it’s working fine!

And also when I reopen the editor second time I can see the var in the gui!

Please suggest me a workaround for this!

Thanks in advance!

:bust_in_silhouette: Reply From: Calinou

This is a known bug.

Hope it could be resolved sooner!
Thanks for the reply!

Darkie | 2020-12-17 01:12