Skip to content

Commit

Permalink
Fixed nit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdlg committed Oct 31, 2023
1 parent add921a commit c4a018d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
[VisualStudioContribution]
internal class RustLanguageServerProvider : LanguageServerProvider
{
public RustLanguageServerProvider(ExtensionCore container, VisualStudioExtensibility extensibilityObject)
: base(container, extensibilityObject)
{
}

[VisualStudioContribution]
public static DocumentTypeConfiguration RustDocumentType => new("rust")
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>

<!-- The VisualStudio.Extensibility preview packages are available from the azure-public/vside/msft_consumption feed -->
<RestoreAdditionalProjectSources>https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json;$(RestoreAdditionalProjectSources)</RestoreAdditionalProjectSources>
Expand Down

0 comments on commit c4a018d

Please sign in to comment.