diff --git a/src/views/stores/ChatStore.ts b/src/views/stores/ChatStore.ts
index 62ca203..254bb7a 100644
--- a/src/views/stores/ChatStore.ts
+++ b/src/views/stores/ChatStore.ts
@@ -157,9 +157,17 @@ You can configure DevChat from [Settings](#settings).`;
const setKeyMessage = `
OPENAI_API_KEY is missing from your environment or settings. Kindly input your DevChat key, and I'll ensure DevChat is all set for you.
+${process.env.platform === 'vscode'
+?`
+
+
+`
+:`
+
+
+`}
-
`;
const setKeyUser = `Is DevChat Access Key ready?`;