-
Notifications
You must be signed in to change notification settings - Fork 842
Fix F1 help context #2151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix F1 help context #2151
Conversation
| interface IHelpContextService with | ||
| member this.Language = FSharpCommonConstants.FSharpLanguageName | ||
| member this.Product = FSharpCommonConstants.FSharpLanguageName | ||
| member this.Language = "fsharp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
urgs. Where is the constant!?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What would you name it? FSharpLanguageLongName?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good
KevinRansom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you can update the "fsharp" to a commonconstant pls.
|
@KevinRansom done. |
|
Thank you for making this change. Kevin |
* fix Language and Product names in F1 help context * make "FSharp" a common constant
I broke it in 39dc63f