Skip to content

Commit

Permalink
Updated extension list
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibling authored Apr 12, 2024
1 parent f6ca233 commit c7319bd
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code-netpack",
"displayName": "Code NetPack",
"description": "VS Code extension packages for .NET development",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"vscode": "^1.60.0"
},
Expand All @@ -24,14 +24,16 @@
"email": "[email protected]"
},
"extensionPack": [
"hbenl.vscode-test-explorer",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csharp",
"kreativ-software.csharpextensions",
"Fudge.auto-using",
"ms-dotnettools.csdevkit",
"ms-dotnettools.vscodeintellicode-csharp",

"hbenl.vscode-test-explorer",
"formulahendry.dotnet-test-explorer",

"patcx.vscode-nuget-gallery",
"2gua.rainbow-brackets",
"GitHub.copilot",
"k--kato.docomment"

"GitHub.copilot"
]
}

0 comments on commit c7319bd

Please sign in to comment.