You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Web] Disable GDScript LSP
This commit is contained in:
@@ -330,3 +330,6 @@ def configure(env: "SConsEnvironment"):
|
|||||||
# This workaround creates a closure that prevents the garbage collector from freeing the WebGL context.
|
# This workaround creates a closure that prevents the garbage collector from freeing the WebGL context.
|
||||||
# We also only use WebGL2, and changing context version is not widely supported anyway.
|
# We also only use WebGL2, and changing context version is not widely supported anyway.
|
||||||
env.Append(LINKFLAGS=["-sGL_WORKAROUND_SAFARI_GETCONTEXT_BUG=0"])
|
env.Append(LINKFLAGS=["-sGL_WORKAROUND_SAFARI_GETCONTEXT_BUG=0"])
|
||||||
|
|
||||||
|
# Disable GDScript LSP (as the Web platform is not compatible with TCP).
|
||||||
|
env.Append(CPPDEFINES=["GDSCRIPT_NO_LSP"])
|
||||||
|
|||||||
Reference in New Issue
Block a user