Skip to content

Commit

Permalink
Added extension recommendation as otherwise the VSCode solution will …
Browse files Browse the repository at this point in the history
…now work
  • Loading branch information
Aragas committed Jun 29, 2024
1 parent b8f8e8a commit 172839c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Bannerlord.Module.CSharp/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-dotnettools.csharp",
"ms-dotnettools.csdevkit"
]
}
6 changes: 6 additions & 0 deletions src/Bannerlord.Module.Sdk.CSharp/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-dotnettools.csharp",
"ms-dotnettools.csdevkit"
]
}

0 comments on commit 172839c

Please sign in to comment.