From ce81de812e066be9455c07d7ef518594d968c671 Mon Sep 17 00:00:00 2001 From: DahmaneYanis Date: Mon, 8 Jan 2024 16:49:38 +0100 Subject: [PATCH] Drop .vscode file --- .gitignore | 1 + .vscode/launch.json | 38 -------------------------------------- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index a02dfdf..3934c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .vs +.vscode .idea .code .vite diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 0aaa092..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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 - } - ] -} \ No newline at end of file