PHP Classes

File: .vscode/settings.json

Recommend this page to a friend!
  Classes of Rodolfo Berrios Arce   XR PHP Debugger Online   .vscode/settings.json   Download  
File: .vscode/settings.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XR PHP Debugger Online
Debug PHP code using a Web interface
Author: By
Last change:
Date: 2 years ago
Size: 390 bytes
 

Contents

Class file image Download
{ "runOnSave.commands": [ { "match": "\\.php$", "runIn": "backend", "command": "cd ${workspaceFolder} && vendor/bin/ecs --config='.ecs/ecs.php' check ${file} --fix", "workingDirectoryAsCWD": true, "runningStatusMessage": "ECS ${fileBasename}", "finishStatusMessage": "${fileBasename} OK" }, ] }