[FIXED] v2.10.15 comments changed
See original GitHub issueCommit 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:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jens1o you are right, will add it to the README
thank you❤️