Skip to content
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

remove markdown highlighting from completion item details #979

Merged
merged 1 commit into from
Jul 31, 2022

Conversation

baronfel
Copy link
Contributor

Closes #978 by removing backticks from signature formatting for completion items, since that field isn't markdown. One nice side effect of this is that all entry points into TipFormatter are now named, so it's more clear what context each function is used for.

@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.22.0",
"version": "5.23.0-alpha002",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Krzysztof-Cieslak this prerelease fixed FAKE on newer .NET runtimes for me.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hit this issue on macOS/M1 when trying to build fsac a couple of months ago too

@baronfel
Copy link
Contributor Author

Is this macOS hang a known thing @Krzysztof-Cieslak?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Completion Item tooltips contain backticks which are hard to read.
2 participants