We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f411e49 commit 7c9b896Copy full SHA for 7c9b896
reference/docs-conceptual/dev-cross-plat/create-cmdline-predictor.md
@@ -210,6 +210,11 @@ Create a new PowerShell module project by following these steps:
210
1. Run `dotnet build` to produce the assembly. You can find the compiled assembly in the
211
`bin/Debug/net6.0` location of your project folder.
212
213
+ > [!NOTE]
214
+ > To ensure a responsive user experience, the ICommandPredictor interface has a 20ms time out
215
+ > for responses from the Predictors. Your predictor code must return results in less than 20ms
216
+ > to be displayed.
217
+
218
## Using your predictor plugin
219
220
To try out your new predictor, open a new PowerShell 7.2 session and run the following commands:
0 commit comments