diff options
author | Josh Spicer <josh@joshspicer.com> | 2022-05-13 03:07:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 03:07:22 +0300 |
commit | 5332b952adf7e31a744bba297b5232a7000de58a (patch) | |
tree | 4779f859439df52d82e2effeaba0b075d83add54 /src | |
parent | 3e7c0308db4005644b21c0626ba6239271cf04cc (diff) |
add feature stubs for all
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--] | src/aws-cli/install.sh | 0 | ||||
-rw-r--r-- | src/python/feature.json | 17 |
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 18728f3..f451eb2 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 |