diff --git a/src/resources/extensions/gsd/commands/dispatcher.ts b/src/resources/extensions/gsd/commands/dispatcher.ts index 6b635ff1a..d7263b66f 100644 --- a/src/resources/extensions/gsd/commands/dispatcher.ts +++ b/src/resources/extensions/gsd/commands/dispatcher.ts @@ -31,7 +31,7 @@ export async function handleGSDCommand( } catch (err) { if (err instanceof GSDNoProjectError) { ctx.ui.notify( - "No project found in this directory. `cd` into a project directory or run `/gsd new-project` to initialize one.", + `${err.message} \`cd\` into a project directory first.`, "warning", ); return;