Skip to content

Commit

Permalink
πŸš€πŸš€πŸš€
Browse files Browse the repository at this point in the history
πŸš€πŸš€πŸš€
  • Loading branch information
928PJY authored Sep 26, 2022
2 parents 9f62922 + 2b6e72e commit 99503c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/specs/lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ languageServer:
code: file-not-found
codeDescription:
href: https://docs.com
source: Docs Validation
source: Learn Validation
message: "Invalid file link: 'b.md'."
toc.md: [{ "code": "file-not-found" }]
- editFiles:
Expand Down
2 changes: 1 addition & 1 deletion src/docfx/docfx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.20.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.20.0" />
<PackageReference Include="Microsoft.ChakraCore" Version="1.11.24" />
<PackageReference Include="Microsoft.DocAsCode.ECMAHelper" Version="1.2.2067.77" />
<PackageReference Include="Microsoft.DocAsCode.ECMAHelper" Version="1.2.2091.80" />
<PackageReference Include="Microsoft.DocAsCode.MAML2Yaml.Lib" Version="1.1.2004.11" Aliases="maml" />
<PackageReference Include="Microsoft.Docs.MetadataService.Models" Version="0.3.6" />
<PackageReference Include="Microsoft.Graph" Version="4.25.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/docfx/serve/LanguageServerBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private static Diagnostic ConvertToDiagnostics(Error error, SourceInfo source)
CodeDescription = Uri.TryCreate(documentUrl, UriKind.Absolute, out var href)
? new() { Href = href }
: null,
Source = "Docs Validation",
Source = "Learn Validation",
Severity = error.Level switch
{
ErrorLevel.Error => DiagnosticSeverity.Error,
Expand Down

0 comments on commit 99503c0

Please sign in to comment.