You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my .vscode/settings.json, I tried setting "cpplint.cpplintPath": "${env:HOME}/bin/cpplint" but the extension says it can't find cpplint. Does the extension attempt to expand environment variables?
In my .vscode/settings.json, I tried setting
"cpplint.cpplintPath": "${env:HOME}/bin/cpplint"but the extension says it can't find cpplint. Does the extension attempt to expand environment variables?