Added GitHub pull requests extension. (#77)

This commit is contained in:
Onur Cinar 2023-06-20 10:37:30 -07:00 committed by GitHub
commit 4384351c4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,10 @@
"settings": {
"go.lintTool": "revive",
"go.lintOnSave": "package"
}
},
"extensions": [
"github.vscode-pull-request-github"
]
}
}