-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for support with VSCode configuration #147
Comments
Merged
10 tasks
Still doesn't work with the vscode lps or configs, so I have to use the filewatcher command instead: "filewatcher.commands": [
{
"match": "\\.go*",
"isAsync": true,
"cmd": "/Users/olshansky/go/bin/goimports-reviser -rm-unused -set-alias -format -output write ${file}",
"event": "onFileChange"
}
], |
11 tasks
can you use it with vscode now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: