diff options
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/feature.json | 17 |
1 files changed, 14 insertions, 3 deletions
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 |