Skip to content

Commit

Permalink
Update devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
sjp committed Nov 18, 2023
1 parent 52404b7 commit 5cd7108
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
"VARIANT": "8.0"
}
},
"settings": { },
"extensions": [
"ms-dotnettools.csharp"
],
"customizations": {
"vscode": {
"settings": { },
"extensions": [
"ms-dotnettools.csharp"
]
}
},
"remoteUser": "vscode"
}

0 comments on commit 5cd7108

Please sign in to comment.