vscode-theme-flatui
vscode-theme-flatui copied to clipboard
Variable incorrectly highlighted in for-loop in Dark
for (let root = tree; root !== null; root = root.next);
— 'root' in condition and final sections is colored white, while giving a variable a different name makes it teal...