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
Has anyone been able to successfully configure vscode to use goimports-reviser?
I've tried both of the solutions below, but neither one does anything: no error, no changes, etc... Manually running attempt #2 from my CLI verifies that the binary is properly installed, but the goal is to have it be part of my IDE.
Has anyone been able to successfully configure
vscode
to usegoimports-reviser
?I've tried both of the solutions below, but neither one does anything: no error, no changes, etc... Manually running
attempt #2
from my CLI verifies that the binary is properly installed, but the goal is to have it be part of my IDE.Attempt 1
Attempt 2
Where
/Users/olshansky/workspace/configs/pocket/poktroll/vscode/goimports-reviser.sh
is:/Users/olshansky/go/bin/goimports-reviser -rm-unused -set-alias -format -output write "$@"
Meta Request: Please no suggestions to use a different editor.
The text was updated successfully, but these errors were encountered: