Add extensions.json

This commit is contained in:
Josh McKinney 2024-04-07 23:42:22 +00:00
parent c08a8b134e
commit bee4f71f97
No known key found for this signature in database
GPG Key ID: 722287396A903BC5
1 changed files with 7 additions and 0 deletions

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

@ -0,0 +1,7 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"ms-dotnettools.csdevkit",
"ms-vscode-remote.remote-containers"
]
}