Skip to content

Commit da75fad

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 1949098 + f21ae11 commit da75fad

File tree

1 file changed

+1
-1
lines changed
  • docs/extensibility/visualstudio.extensibility/editor/walkthroughs

1 file changed

+1
-1
lines changed

docs/extensibility/visualstudio.extensibility/editor/walkthroughs/editing-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ cancellationToken);
6464

6565
The initial release has a known issue that can result in concurrent execution of editor extension code. Each async method is called in the correct order, but continuations after the first `await` might be interleaved. If your extension relies on execution order, consider maintaining a queue of incoming requests to preserve the order until this issue is fixed.
6666

67-
For more information, see [StreamJsonRpc default ordering and concurrency](https://github.com/microsoft/vs-streamjsonrpc/blob/main/doc/resiliency.md#default-ordering-and-concurrency-behavior).
67+
For more information, see [StreamJsonRpc default ordering and concurrency](https://github.com/microsoft/vs-streamjsonrpc/blob/main/docfx/docs/resiliency.md#default-ordering-and-concurrency-behavior).

0 commit comments

Comments
 (0)