You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,10 +39,9 @@ public static IResourceBuilder<ExecutableResource> AddGodot(
40
39
// Create a standard ExecutableResource (since custom ones don't seem to work well)
41
40
vargodotResource=builder.AddExecutable(
42
41
name:name,
43
-
command:godotPath,
42
+
command:"godot",
44
43
workingDirectory:projectDirectory,
45
44
args:arguments.ToArray());
46
-
//.WithEnvironment("OTEL_EXPORTER_OTLP_ENDPOINT", Environment.GetEnvironmentVariable("OTEL_EXPORTER_OTLP_ENDPOINT") ?? throw new InvalidOperationException("OTEL_EXPORTER_OTLP_ENDPOINT environment variable is not set"));
47
45
48
46
// Add a lifecycle hook to handle building before startup
0 commit comments