aboutsummaryrefslogtreecommitdiff
path: root/src/powershell/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/powershell/devcontainer-feature.json')
-rw-r--r--src/powershell/devcontainer-feature.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/powershell/devcontainer-feature.json b/src/powershell/devcontainer-feature.json
new file mode 100644
index 0000000..07e838f
--- /dev/null
+++ b/src/powershell/devcontainer-feature.json
@@ -0,0 +1,20 @@
+{
+ "id": "powershell",
+ "name": "PowerShell",
+ "options": {
+ "version": {
+ "type": "string",
+ "proposals": [
+ "latest",
+ "none",
+ "7.1"
+ ],
+ "default": "latest",
+ "description": "Select or enter a version of PowerShell."
+ }
+ },
+ "install": {
+ "app": "",
+ "file": "install.sh"
+ }
+} \ No newline at end of file