Skip to content

Commit

Permalink
update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Feb 29, 2016
1 parent 7b74665 commit 17a6c7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Place your settings in this file to overwrite default and user settings.
{
"go.buildFlags": ["-tags=json"],
"go.lintFlags": ["-tags=json"],
"go.vetFlags": ["-tags=json"]
"go.buildFlags": ["-tags", "json"],
"go.lintFlags": ["-tags", "json"],
"go.vetFlags": ["-tags", "json"]
}

0 comments on commit 17a6c7e

Please sign in to comment.