diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-20 01:56:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 01:56:59 +0300 |
commit | bae781225916c206f8d908b6dba1e3d4ca6d555e (patch) | |
tree | 0ec7e17aed9418c10e466ee5c22f7cc60708e753 /src/common-utils | |
parent | 0258e7e66a2df165ad98f6e4c6f93b1a34cbb8f5 (diff) |
Common-utils : Remove unwanted extension (#173)
* extension - cleanup
* version bump
Diffstat (limited to 'src/common-utils')
-rw-r--r-- | src/common-utils/devcontainer-feature.json | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 6189fa7..240f6f8 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "common-utils", - "version": "1.1.0", + "version": "1.1.1", "name": "Common Debian Utilities", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.", @@ -54,12 +54,5 @@ "default": false, "description": "Add packages from non-free Debian repository?" } - }, - "customizations": { - "vscode": { - "extensions": [ - "ms-dotnettools.csharp" - ] - } } } |