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

                
                       



                             



                          


                                                          
                             


                                                  
          



                                                                                               








                                              
                                             
                                         
     
 
{
    "id": "php",
    "version": "1.0.0",
    "name": "PHP",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "latest",
                "8.0.16"
            ],
            "default": "latest",
            "description": "Select or enter a PHP version"
        },
        "install_composer": {
            "type": "boolean",
            "default": true,
            "description": "Install PHP Composer?"
        },
        "override_default_version": {
            "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}/bin:${PATH}"
    }
}