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/CommandingStrings.resx')
-rw-r--r--src/Text/Impl/Commanding/CommandingStrings.resx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Text/Impl/Commanding/CommandingStrings.resx b/src/Text/Impl/Commanding/CommandingStrings.resx
index b05561d..9286e4d 100644
--- a/src/Text/Impl/Commanding/CommandingStrings.resx
+++ b/src/Text/Impl/Commanding/CommandingStrings.resx
@@ -101,4 +101,7 @@
<data name="WaitForCommandExecution" xml:space="preserve">
<value>Please wait for an editor command to finish...</value>
</data>
+ <data name="CommandCancelled" xml:space="preserve">
+ <value>Command handler '{0}' has exceeded allotted timeout and was auto canceled.</value>
+ </data>
</root> \ No newline at end of file