Skip to content

Commit

Permalink
Added GitHub pull requests extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar authored Jun 20, 2023
1 parent 3f16c67 commit 450ca73
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 450ca73

Please sign in to comment.