Skip to content

Commit 602fe13

Browse files
committed
Add block quote.
1 parent c25e648 commit 602fe13

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/extensibility/adding-an-lsp-extension.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@ textDocument/rename | yes
8585

8686
## Getting Started
8787

88-
[!NOTE]
89-
Starting with Visual Studio 15.8 Preview 3, support for the common language server protocol is built into Visual Studio. If you've built LSP extensions using our preview [Language Server Client VSIX](https://marketplace.visualstudio.com/items?itemName=vsext.LanguageServerClientPreview) version, they will stop working once to you've upgraded to 15.8 Preview 3 or higher. You will need to do the following to get your LSP extensions working again:
90-
91-
1. Uninstall the Microsoft Visual Studio Language Server Protocol Preview VSIX. Starting with 15.8 Preview 4, every time you perform an upgrade in Visual Studio, we will automatically detect and remove the preview VSIX for you during the upgrade process.
92-
93-
2. Update your Nuget reference to the latest non-preview version for [LSP packages](https://www.nuget.org/packages/Microsoft.VisualStudio.LanguageServer.Client).
94-
95-
3. Remove the dependency to the Microsoft Visual Studio Language Server Protocol Preview VSIX in your VSIX manifest.
96-
97-
4. Make sure your VSIX specifies Visual Studio 15.8 Preview 3 as the lower bound for install target.
98-
99-
5. Rebuild and re-deploy.
88+
> [!NOTE]
89+
> Starting with Visual Studio 15.8 Preview 3, support for the common language server protocol is built into Visual Studio. If you've built LSP extensions using our preview [Language Server Client VSIX](https://marketplace.visualstudio.com/items?itemName=vsext.LanguageServerClientPreview) version, they will stop working once to you've upgraded to 15.8 Preview 3 or higher. You will need to do the following to get your LSP extensions working again:
90+
>
91+
> 1. Uninstall the Microsoft Visual Studio Language Server Protocol Preview VSIX. Starting with 15.8 Preview 4, every time you perform an upgrade in Visual Studio, we will automatically detect and remove the preview VSIX for you during the upgrade process.
92+
>
93+
> 2. Update your Nuget reference to the latest non-preview version for [LSP packages](https://www.nuget.org/packages/Microsoft.VisualStudio.LanguageServer.Client).
94+
>
95+
> 3. Remove the dependency to the Microsoft Visual Studio Language Server Protocol Preview VSIX in your VSIX manifest.
96+
>
97+
> 4. Make sure your VSIX specifies Visual Studio 15.8 Preview 3 as the lower bound for install target.
98+
>
99+
> 5. Rebuild and re-deploy.
100100
101101
### Create a VSIX project
102102

0 commit comments

Comments
 (0)