Skip to content

Commit

Permalink
Add .NET C# Dev Kit recommended VS Code extension (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
irahopkinson authored Jun 12, 2023
1 parent 16a90e5 commit e32552e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"esbenp.prettier-vscode",
"formulahendry.dotnet-test-explorer",
"mrmlnc.vscode-json5",
"ms-dotnettools.csdevkit",
"streetsidesoftware.code-spell-checker"
]
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"dotnet.defaultSolution": "c-sharp/ParanextDataProvider.sln",
"dotnet-test-explorer.testProjectPath": "c-sharp-tests/c-sharp-tests.csproj",

"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down

0 comments on commit e32552e

Please sign in to comment.