We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92f1ce commit 8420468Copy full SHA for 8420468
platform/web/detect.py
@@ -330,3 +330,6 @@ def configure(env: "SConsEnvironment"):
330
# This workaround creates a closure that prevents the garbage collector from freeing the WebGL context.
331
# We also only use WebGL2, and changing context version is not widely supported anyway.
332
env.Append(LINKFLAGS=["-sGL_WORKAROUND_SAFARI_GETCONTEXT_BUG=0"])
333
+
334
+ # Disable GDScript LSP (as the Web platform is not compatible with TCP).
335
+ env.Append(CPPDEFINES=["GDSCRIPT_NO_LSP"])
0 commit comments