PHP Classes

File: .vscode/launch.json

Recommend this page to a friend!
  Packages of Nathaniel Sherwood   Encase PHP Functional Programming   .vscode/launch.json   Download  
File: .vscode/launch.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Encase PHP Functional Programming
Make functions work as if they are class functions
Author: By
Last change:
Date: 9 months ago
Size: 484 bytes
 

Contents

Class file image Download
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 9003 }, { "name": "Launch currently open script", "type": "php", "request": "launch", "program": "${file}", "cwd": "${fileDirname}" } ] }