config: add optional extension description (#1743)

This commit is contained in:
Lily Delalande
2025-03-19 07:48:30 -07:00
committed by GitHub
parent abd0e1a6b5
commit 35cbddbf8d
7 changed files with 55 additions and 5 deletions
@@ -115,6 +115,7 @@ async fn add_extension(
name,
uri,
envs: Envs::new(env_map),
description: None,
timeout,
}
}
@@ -151,6 +152,7 @@ async fn add_extension(
name,
cmd,
args,
description: None,
envs: Envs::new(env_map),
timeout,
}