From c2b976dad1737c1fd3159682a566293741cbd8d2 Mon Sep 17 00:00:00 2001 From: Arshad Yaseen Date: Sun, 26 May 2024 21:10:40 +0530 Subject: [PATCH] Update docs --- docs/pages/docs/guide/copilot-setup.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/docs/guide/copilot-setup.mdx b/docs/pages/docs/guide/copilot-setup.mdx index 7f9020c3..a4af3353 100644 --- a/docs/pages/docs/guide/copilot-setup.mdx +++ b/docs/pages/docs/guide/copilot-setup.mdx @@ -91,6 +91,8 @@ function App() { } ``` +Please note that the `language` prop is required to enable auto-completion for the specified language. + More options are available to customize the auto-completion. Refer to the [Copilot Options](/docs/guide/copilot-options) guide for more information. 🎉 You have now successfully configured AI auto-completion in your project. Start coding in the editor and watch the auto-completion magic unfold! \ No newline at end of file