1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-03 12:10:20 -05:00

[pm-14415] Add recommended extensions for VS Code. (#5249)

This commit is contained in:
Jimmy Vo 2025-01-14 13:38:32 -05:00 committed by GitHub
parent 1c73a997d9
commit 79810b78ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,18 @@
{
"recommendations": [
"nick-rudenko.back-n-forth",
"streetsidesoftware.code-spell-checker",
"MS-vsliveshare.vsliveshare",
"mhutchie.git-graph",
"donjayamanne.githistory",
"eamodio.gitlens",
"jakebathman.mysql-syntax",
"ckolkman.vscode-postgres",
"ms-dotnettools.csharp",
"formulahendry.dotnet-test-explorer",
"adrianwilczynski.user-secrets"
]
}