mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
Fix OS singleton being incorrectly highlighted as a constant (#402)
This commit is contained in:
@@ -221,3 +221,8 @@ class InnerClass:
|
||||
pass
|
||||
|
||||
pass
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
func test_function():
|
||||
OS.get_name()
|
||||
|
||||
Reference in New Issue
Block a user