Skip to content

Commit

Permalink
TypeScript and F# are different languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed May 6, 2021
1 parent dec0206 commit 88feca5
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 88feca5

Please sign in to comment.