Skip to content

Commit

Permalink
Added GitHub pull requests extension. (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Jun 20, 2023
1 parent 3f16c67 commit 4384351
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"settings": {
"go.lintTool": "revive",
"go.lintOnSave": "package"
}
},
"extensions": [
"github.vscode-pull-request-github"
]
}
}

Expand Down

0 comments on commit 4384351

Please sign in to comment.