PHP Classes

File: .vscode/launch.json

Recommend this page to a friend!
  Classes of Aleksey   PHP Framework Bootstrap 4 Template   .vscode/launch.json   Download  
File: .vscode/launch.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Framework Bootstrap 4 Template
Show application pages using Bootstrap templates
Author: By
Last change:
Date: 2 years ago
Size: 496 bytes
 

Contents

Class file image Download
{ "version": "0.2.0", "configurations": [ { "name": "Listen for XDebug", "type": "php", "request": "launch", "port": 9000, "log": true, "cwd": "${workspaceRoot}" }, { "name": "Launch currently open script", "type": "php", "request": "launch", "program": "${file}", "cwd": "${fileDirname}", "port": 9000 } ] }