Skip to content

Commit c68faf2

Browse files
committed
edit pass: visual-studio-editor
1 parent d0a13f7 commit c68faf2

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

docs/extensibility/visualstudio.extensibility/editor/editor-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ The `TextPosition` and `TextRange` parameters are associated with a specific `IT
6565

6666
## Related content
6767

68-
Review sample code for a simple editor-based extension in [DocumentSelectorSample](https://github.com/Microsoft/VSExtensibility/tree/main/New_Extensibility_Model/Samples/DocumentSelectorSample/).
68+
- Review sample code for a simple editor-based extension in [DocumentSelectorSample](https://github.com/Microsoft/VSExtensibility/tree/main/New_Extensibility_Model/Samples/DocumentSelectorSample/).

docs/extensibility/visualstudio.extensibility/editor/editor-rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ As opposed to `VersionedTextDocumentRange` and `VersionedTextDocumentPosition`,
2929

3030
## Related content
3131

32-
To learn more about Remote UI, the RPC model used in `VisualStudio.Extensibility`, see [Remote UI](../inside-the-sdk/remote-ui.md).
32+
- To learn more about Remote UI, the RPC model used in `VisualStudio.Extensibility`, see [Remote UI](../inside-the-sdk/remote-ui.md).

docs/extensibility/visualstudio.extensibility/editor/editor.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ For a walkthrough of how to provide your own taggers with your extension, see [E
5959

6060
## Related content
6161

62-
Learn about the editor interfaces and types in [Editor concepts](editor-concepts.md).
63-
64-
Review sample code for a simple editor-based extension in [DocumentSelectorSample](https://github.com/Microsoft/VSExtensibility/tree/main/New_Extensibility_Model/Samples/DocumentSelectorSample/).
65-
66-
Advanced users might want to learn about the [Editor RPC support](editor-rpc.md).
62+
- Learn about the editor interfaces and types in [Editor concepts](editor-concepts.md).
63+
- Review sample code for a simple editor-based extension in [DocumentSelectorSample](https://github.com/Microsoft/VSExtensibility/tree/main/New_Extensibility_Model/Samples/DocumentSelectorSample/).
64+
- Advanced users might want to learn about the [Editor RPC support](editor-rpc.md).

docs/extensibility/visualstudio.extensibility/editor/walkthroughs/textview-margin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ Visual Studio creates only one instance of your text view margin provider regard
4848

4949
For more information, see [Word count margin sample](https://github.com/Microsoft/VSExtensibility/tree/main/New_Extensibility_Model/Samples/WordCountMargin/).
5050

51-
Vertical text view margins whose content needs to be aligned with text view lines aren't supported yet.
51+
> [!NOTE]
52+
> Vertical text view margins whose content needs to be aligned with text view lines aren't supported yet.

0 commit comments

Comments
 (0)