PHP Classes

File: .vscode/launch.json

Recommend this page to a friend!
  Classes of Rene Gonzalez   PHP HTML Components   .vscode/launch.json   Download  
File: .vscode/launch.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTML Components
Generate HTML elements linked to database data
Author: By
Last change:
Date: 5 years ago
Size: 678 bytes
 

Contents

Class file image Download
{ // Utilizar IntelliSense para aprender acerca de los posibles atributos. // Mantenga el puntero para ver las descripciones de los existentes atributos // Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Listen for XDebug", "type": "php", "request": "launch", "port": 9000 }, { "name": "Launch currently open script", "type": "php", "request": "launch", "program": "${file}", "cwd": "${fileDirname}", "port": 9000 } ] }