question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FIXED] v2.10.15 comments changed

See original GitHub issue

Commit https://github.com/Binaryify/OneDark-Pro/commit/9bc463439e8b28a63220d1a5da433a94cdd7341e drastically changed how comments are styled.

This is just a quick tip for anyone who wants to revert to the old comment style. Add this to your user settings:

    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "comment, punctuation.definition.comment",
                "settings": {
                    "foreground": "#5C6370"
                }
            },
            {
                "scope": "comment.line.double-slash,comment.block.documentation",
                "settings": {
                    "fontStyle": "italic"
                }
            }
        ]
    },

Thanks for the great theme, it was a big factor that allowed me to switching to VS Code from Atom ❤️

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Binaryifycommented, Oct 8, 2017

@jens1o you are right, will add it to the README

1reaction
Binaryifycommented, Oct 8, 2017

thank you❤️

Read more comments on GitHub >

github_iconTop Results From Across the Web

Apple's macOS Catalina 10.15.2 update fixes Mail, Photos ...
The change logs for macOS 10.15.2 reveal a number of areas the update fixes, as well as stability and performance improvements.
Read more >
Initial Reports Suggest macOS Catalina 10.15.2 May Fix 16 ...
According to a reddit user, after installing the update, the popping issue is no longer occurring, even after attempts to trigger it in...
Read more >
Apple security updates
Name and information link Available for Release date iCloud for Windows 14.1 Windows 10 and later via the Microsoft Store 13 Dec 2022 Safari 16.2...
Read more >
[Support][cpprestsdk v2.10.15 builds errors with boost 1.72]
i saw the configuration for version as your comment at cpprestsdk\vcpkg\ports\websocketpp. I will check the configuration.
Read more >
What has changed in Catalina 10.15.2?
Apple's release notes on updates to macOS continue to improve, and its detailed account of changes in Catalina 10.15.2 includes the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found