Last active
December 16, 2018 03:07
-
-
Save soloman1124/0fa76f0fdf5b199cd77ab5865fd858d4 to your computer and use it in GitHub Desktop.
Support whalebrew command with vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| comandline=$@ | |
| workdir=$(pwd)/ | |
| command="${comandline/$workdir/}" | |
| exec whalebrew run /usr/local/bin/yapf $command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment