aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/aws-cli/install.sh0
-rw-r--r--src/python/feature.json17
2 files changed, 14 insertions, 3 deletions
diff --git a/src/aws-cli/install.sh b/src/aws-cli/install.sh
index 0d204de..0d204de 100644..100755
--- a/src/aws-cli/install.sh
+++ b/src/aws-cli/install.sh
diff --git a/src/python/feature.json b/src/python/feature.json
index b387e27..da77899 100644
--- a/src/python/feature.json
+++ b/src/python/feature.json
@@ -5,7 +5,15 @@
"options": {
"version": {
"type": "string",
- "enum": ["latest", "os-provided", "3.10", "3.9", "3.8", "3.7", "3.6"],
+ "enum": [
+ "latest",
+ "os-provided",
+ "3.10",
+ "3.9",
+ "3.8",
+ "3.7",
+ "3.6"
+ ],
"default": "os-provided",
"description": "Select a Python version to install."
},
@@ -36,7 +44,10 @@
"PIPX_BIN_DIR": "/usr/local/py-utils/bin",
"PATH": "${PYTHON_PATH}/bin:${PATH}:${PIPX_BIN_DIR}"
},
- "extensions": ["ms-python.python", "ms-python.vscode-pylance"],
+ "extensions": [
+ "ms-python.python",
+ "ms-python.vscode-pylance"
+ ],
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
@@ -53,4 +64,4 @@
"app": "",
"file": "install.sh"
}
-}
+} \ No newline at end of file