Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Prosperi committed Nov 1, 2023
1 parent 7c196a1 commit 29241bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ namespace RustLanguageServerProviderExtension;
using Microsoft.VisualStudio.RpcContracts.LanguageServerProvider;
using Nerdbank.Streams;

#pragma warning disable VSEXTAPI0001 // This API is marked as Preview.
/// <inheritdoc/>
[VisualStudioContribution]
#pragma warning disable VSEXTAPI0001 // This API is marked as Preview.
internal class RustLanguageServerProvider : LanguageServerProvider
{
/// <summary>
Expand Down

0 comments on commit 29241bf

Please sign in to comment.