Hi,
I'm using jupyter notebook in vscode, and those TODO, FIXME, NOTE(customized) is not automatically highlighed, unless I click on it within the code cell. (see screenshot below)

my configuration see below, TODO and FIXME is the default feature so I didn't change it:
// TODO Highlight Settings
"todohighlight.isEnable": true,
"todohighlight.isCaseSensitive": true,
"todohighlight.keywords": [
{
"text": "NOTE:",
"color": "#FFFFFF", // White text
"backgroundColor": "#48C9B0",
"overviewRulerColor": "#48C9B0"
}
],
This is so annoying, since the point of the highlight is to warn you easily within the code right?
Anyone have sulution for this? THX!
Hi,

I'm using jupyter notebook in vscode, and those TODO, FIXME, NOTE(customized) is not automatically highlighed, unless I click on it within the code cell. (see screenshot below)
my configuration see below, TODO and FIXME is the default feature so I didn't change it:
// TODO Highlight Settings
"todohighlight.isEnable": true,
"todohighlight.isCaseSensitive": true,
"todohighlight.keywords": [
{
"text": "NOTE:",
"color": "#FFFFFF", // White text
"backgroundColor": "#48C9B0",
"overviewRulerColor": "#48C9B0"
}
],
This is so annoying, since the point of the highlight is to warn you easily within the code right?
Anyone have sulution for this? THX!