PHP Classes

File: .vscode/tasks.json

Recommend this page to a friend!
  Classes of Owen Hester   PHP SQLSRV Linux   .vscode/tasks.json   Download  
File: .vscode/tasks.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SQLSRV Linux
Access Microsoft SQL Server databases in Linux
Author: By
Last change:
Date: 3 years ago
Size: 589 bytes
 

Contents

Class file image Download
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "unit tests", "type": "shell", "command": "${workspaceRoot}/vendor/bin/phpunit", "group": { "kind": "test", "isDefault": true }, "presentation": { "echo": true, "reveal": "always", "focus": true, "panel": "shared" } } ] }