I understand the reasoning behind why unused variables is a compile-time error (not a warning). However, having a red-line error for EVERY new variable declaration does break my workflow. Is there a way to make gopls/vscode play together so that I get different formatting for this error - yellow line, gray line, grayed out variable name etc?