1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 20:20:34 +02:00

remove ide file

This commit is contained in:
Daniel Klabbers
2021-05-25 15:41:21 +02:00
parent 2be508c8ab
commit 222584b814

View File

@@ -1,22 +0,0 @@
{
// 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": 9000
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
}
]
}