Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Add azurite, fsharp, and paket to recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kurt-mueller-osumc committed Sep 13, 2023
1 parent bb33f10 commit df5bfc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"recommendations": [
"ms-azuretools.vscode-azurefunctions",
"ms-dotnettools.csharp"
"ms-dotnettools.csharp",
"azurite.azurite",
"ionide.ionide-fsharp",
"ionide.ionide-paket"
]
}

0 comments on commit df5bfc9

Please sign in to comment.