Skip to content

Commit f21ae11

Browse files
committed
Merged main into live
2 parents 03f3985 + ca3b296 commit f21ae11

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)