Skip to content
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

process: factor out a helper function for running tools #104

Open
stamblerre opened this issue May 28, 2020 · 2 comments
Open

process: factor out a helper function for running tools #104

stamblerre opened this issue May 28, 2020 · 2 comments

Comments

@stamblerre
Copy link
Contributor

cp.execFile is used throughout the codebase to run various commands. Considering we run different tools all the time, it would be useful to have a helper function to abstract this a bit. #91 is a good justification for it.

We might also want to have a separate set of helpers for running go commands specifically.

@stamblerre
Copy link
Contributor Author

Another thing to consider is isolating CPU-intensive tools (see microsoft/vscode-go#1557). Currently, the resource intensive tools that I'm aware of are gopls and golangci-lint.

@hyangah
Copy link
Contributor

hyangah commented Sep 8, 2020

Features to add as we work on this:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants