diff options
Diffstat (limited to 'src/dotnet/devcontainer-feature.json')
-rw-r--r-- | src/dotnet/devcontainer-feature.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index 723c151..da1a8e4 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -36,9 +36,5 @@ }, "extensions": [ "ms-dotnettools.csharp" - ], - "install": { - "app": "", - "file": "install.sh" - } -}
\ No newline at end of file + ] +} |