diff options
Diffstat (limited to 'src/php/feature.json')
-rw-r--r-- | src/php/feature.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/php/feature.json b/src/php/feature.json deleted file mode 100644 index 4c5dcac..0000000 --- a/src/php/feature.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "id": "php", - "name": "PHP", - "options": { - "version": { - "type": "string", - "proposals": ["latest", "8.0.16"], - "default": "latest", - "description": "Select or enter a PHP version" - }, - "installComposer": { - "type": "boolean", - "default": true, - "description": "Install PHP Composer?" - }, - "overrideDefaultVersion": { - "type": "boolean", - "default": "true", - "description": "If true, overrides existing version (if any) of dotnet on the PATH" - } - }, - "extensions": [ - "xdebug.php-debug", - "bmewburn.vscode-intelephense-client", - "xdebug.php-pack", - "devsense.phptools-vscode" - ], - "containerEnv": { - "PHP_PATH": "/usr/local/php/current", - "PATH":"${PHP_PATH}:${PHP_PATH}/bin:${PATH}" - }, - "install": { - "app": "", - "file": "install.sh" - } -}
\ No newline at end of file |