godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.59k stars 169 forks source link

@static_unload annotation has no color rendering #736

Closed Jay-Zhu-master closed 1 month ago

Jay-Zhu-master commented 1 month ago

Godot version

v4.2.1.stable.official [b09f793f5]

VS Code version

1.94.0

Godot Tools VS Code extension version

2.3.0

System information

windows 10

Issue description

@static_unload annotation has no color rendering Example:

@static_unload 
class_name GameData

@export

var a:int 

export has normal colors, but static_unload does not 5D743683-AA24-48cb-B4B3-1EC302783207 Godot's built-in editor displays normally image

Steps to reproduce

just type @static_unload into the edit