add github pull request in vscode (#367)

This commit is contained in:
Adil Hafeez 2025-01-14 10:20:27 -08:00 committed by GitHub
parent 88a02dc478
commit a24d62af1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,15 +41,16 @@
},
"extensions": {
"recommendations": [
"ms-python.python",
"ms-python.debugpy",
"rust-lang.rust-analyzer",
"humao.rest-client",
"github.copilot",
"eamodio.gitlens",
"ms-python.black-formatter",
"tamasfe.even-better-toml",
"esbenp.prettier-vscode",
"github.copilot",
"github.vscode-pull-request-github",
"humao.rest-client",
"ms-python.black-formatter",
"ms-python.debugpy",
"ms-python.python",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
]
}
}