Skip to content

Commit

Permalink
build: Add vscode settings for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Oct 16, 2023
1 parent 7d58412 commit 4acab68
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": []
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"go.buildTags": "e2e",
"ginkgotestexplorer.buildTags": "e2e"
}
13 changes: 0 additions & 13 deletions mindthegap.code-workspace

This file was deleted.

0 comments on commit 4acab68

Please sign in to comment.