Skip to content

Commit

Permalink
feat: request route
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsmejkal committed Nov 12, 2024
1 parent 549ea1c commit 6c40c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"golangci-lint": "${workspaceFolder}/.bootstrap/shell/vscode/golang-linters.sh"
},
"go.buildTags": "or_dev",
"go.testTags": "or_test,or_int",
"go.testTags": "or_test,or_int,or_e2e",
"files.trimTrailingWhitespace": true,
// This prevents 99% of issues with linters :)
"editor.formatOnSave": true,
Expand Down

0 comments on commit 6c40c60

Please sign in to comment.