mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
dev-docs: add e2e tag to vsCode config (#1852)
This commit is contained in:
parent
30f2b332b3
commit
1b92d96feb
@ -127,10 +127,10 @@ the `<REPOSITORY>/.vscode/settings.json` repo, so the settings will only affect
|
||||
// You can add preferences like "-v" or "-count=1"
|
||||
"go.testFlags": ["-race"],
|
||||
// Enable language features for files with build tags.
|
||||
// Attention! This leads to integration test being executed when
|
||||
// running a package test within a package containing integration
|
||||
// Attention! This leads to integration/e2e tests being executed when
|
||||
// running a package test within a package containing integration/e2e
|
||||
// tests.
|
||||
"go.buildTags": "integration",
|
||||
"go.buildTags": "integration e2e",
|
||||
```
|
||||
|
||||
Additionally, we use the [Redhat YAML formatter](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) to have uniform formatting in our `.yaml` files.
|
||||
|
Loading…
Reference in New Issue
Block a user