Skip to content

Commit

Permalink
Merge pull request #53330 from dotnet/merges/release/dev16.10-to-rele…
Browse files Browse the repository at this point in the history
…ase/dev16.10-vs-deps

Merge release/dev16.10 to release/dev16.10-vs-deps
  • Loading branch information
msftbot[bot] committed May 11, 2021
2 parents 686a9e9 + f13c8ff commit 5fb75c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

namespace Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript
{
[ExportLanguageService(typeof(INavigationBarItemServiceRenameOnceTypeScriptMovesToExternalAccess), LanguageNames.FSharp), Shared]
[ExportLanguageService(typeof(INavigationBarItemServiceRenameOnceTypeScriptMovesToExternalAccess), InternalLanguageNames.TypeScript), Shared]
internal class VSTypeScriptNavigationBarItemService : INavigationBarItemServiceRenameOnceTypeScriptMovesToExternalAccess
{
private readonly IThreadingContext _threadingContext;
Expand Down

0 comments on commit 5fb75c7

Please sign in to comment.