We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b3d413 + aa772e0 commit 7c783b6Copy full SHA for 7c783b6
.vscode/settings.json
@@ -0,0 +1,8 @@
1
+{
2
+ "go.testEnvVars": {
3
+ "TF_ACC": "1",
4
+ "GITLAB_TOKEN": "ACCTEST1234567890123",
5
+ "GITLAB_BASE_URL": "http://127.0.0.1:8080"
6
+ },
7
+ "go.testFlags": ["-count=1", "-v"]
8
+}
0 commit comments