Skip to content

Commit

Permalink
Add note to warn people to add config to vscode if need to compile fo… (
Browse files Browse the repository at this point in the history
#6116)

Signed-off-by: lubronzhan <[email protected]>
Signed-off-by: Lubron Zhan <[email protected]>
  • Loading branch information
lubronzhan authored Jan 22, 2024
1 parent 0fc3b5d commit 5c54c2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,9 @@ In general, changes to the core processing pipeline should be accompanied by new
| `internal/featuretests/v3/*_test.go` | Tests conversion of Kubernetes config to Envoy config, using a ~full Contour event handler and xDS server. |
| `test/e2e/[httpproxy\|gateway\|ingress]` | E2E tests with Contour running in a cluster. Verifies behavior of HTTP requests for configured proxies. |

> **Note:**
To compile code under folder `e2e` with VSCode, please add `"go.buildTags": "e2e,conformance"` to VSCode config file `settings.json`. Since tests under it have e2e and conformance build tags.


## DCO Sign off

Expand Down

0 comments on commit 5c54c2b

Please sign in to comment.