You've already forked stardew-valley-mods-devcontainer
Update recommended extensions and remove jchannon.csharpextensions as it does not play nicely within a dev container.
This commit is contained in:
@@ -34,8 +34,8 @@
|
|||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-dotnettools.csharp",
|
"ms-dotnettools.csharp",
|
||||||
"jchannon.csharpextensions",
|
"ms-vscode.mono-debug",
|
||||||
"ms-vscode.mono-debug"
|
"aaron-bond.better-comments"
|
||||||
],
|
],
|
||||||
|
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
|
|||||||
Reference in New Issue
Block a user