vscode-go/third_party
Hana (Hyang-Ah) Kim bf28864c1f third_party/tree-kill: always use the default pgrep on mac
The proctools' pgrep is problematic when running with -P.

Fixes golang/vscode-go#90

Change-Id: If3e306cd725a7c88873ca40d74c1581e2d695ea4

Change-Id: If3e306cd725a7c88873ca40d74c1581e2d695ea4
GitHub-Last-Rev: 2933f719f1
GitHub-Pull-Request: golang/vscode-go#174
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236538
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-06-17 22:35:11 +00:00
..
tree-kill third_party/tree-kill: always use the default pgrep on mac 2020-06-17 22:35:11 +00:00
README.md third_party/tree-kill: vendor to fix the pgrep issue 2020-06-03 22:17:07 +00:00

README.md

Vendored dependencies

third_party directory contains code from the third party including vendored modules that need local modifications (e.g. bug fixes or necessary enhancement before they are incorporated and released in the upstream). Every directory must contain LICENSE files.

The vendored node modules still need to be specified in the dependencies. For example, after copying the tree-kill module to this directory and applying necessary local modification, run from the root of this project directory:

$ npm install --save ./third_party/tree-kill

This will update package.json and package-lock.json to point to the local dependency.

Note: We didn't test vendoring platform-dependent modules yet.

List of local modification

tree-kill: vendored 1.2.2 with a fix for https://github.com/golang/vscode-go/issues/90