Skip to content

Commit

Permalink
[pm-14415] Add recommended extensions for VS Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyVo16 committed Jan 10, 2025
1 parent 730f83b commit 7464af4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 7464af4

Please sign in to comment.