aboutsummaryrefslogblamecommitdiff
path: root/src/php/devcontainer-feature.json
blob: 21089a50890ad13298f39e4418fcdaefa2739776 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                
                       



                             



                          


                                                          
                            




                                                  









                                                      
                     
                                             
                                         
     
 
{
    "id": "php",
    "version": "1.0.2",
    "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?"
        }
    },
    "customizations": {
        "vscode": {
            "extensions": [
                "xdebug.php-debug",
                "bmewburn.vscode-intelephense-client",
                "xdebug.php-pack",
                "devsense.phptools-vscode"
            ]
        }
    },
    "containerEnv": {
        "PHP_PATH": "/usr/local/php/current",
        "PATH": "${PHP_PATH}/bin:${PATH}"
    }
}