Drop .vscode file
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5407d3fcb7
commit
ce81de812e
@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
// Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
|
|
||||||
// Pointez pour afficher la description des attributs existants.
|
|
||||||
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Launch built-in server and debug",
|
|
||||||
"type": "php",
|
|
||||||
"request": "launch",
|
|
||||||
"runtimeArgs": [
|
|
||||||
"-S",
|
|
||||||
"localhost:8080",
|
|
||||||
"-t",
|
|
||||||
"./public"
|
|
||||||
],
|
|
||||||
"port": 8080,
|
|
||||||
"serverReadyAction": {
|
|
||||||
"action": "openExternally"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Debug current script in console",
|
|
||||||
"type": "php",
|
|
||||||
"request": "launch",
|
|
||||||
"program": "${file}",
|
|
||||||
"cwd": "${fileDirname}",
|
|
||||||
"externalConsole": false,
|
|
||||||
"port": 9003
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Listen for Xdebug",
|
|
||||||
"type": "php",
|
|
||||||
"request": "launch",
|
|
||||||
"port": 9003
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in new issue