Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Impl/Commanding/EditorCommandHandlerService.cs')
-rw-r--r--src/Text/Impl/Commanding/EditorCommandHandlerService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Impl/Commanding/EditorCommandHandlerService.cs b/src/Text/Impl/Commanding/EditorCommandHandlerService.cs
index c9730e7..e057ea9 100644
--- a/src/Text/Impl/Commanding/EditorCommandHandlerService.cs
+++ b/src/Text/Impl/Commanding/EditorCommandHandlerService.cs
@@ -478,7 +478,7 @@ namespace Microsoft.VisualStudio.UI.Text.Commanding.Implementation
public int CancelAfter
=> _state.IsExecutingTypingCommand ?
- _textView.Options.GetOptionValue(DefaultOptions.MaximumTypingLatencyOptionId) :
+ _textView.Options.GetOptionValue<int>("MaximumTypingLatency") :
Timeout.Infinite;
public bool ShouldCancel()