From 9c51bd602b1a73f375d11af6940cde12c3c4a69f Mon Sep 17 00:00:00 2001 From: Steven Qiu Date: Sun, 29 Jun 2025 05:32:30 +0800 Subject: [PATCH] chore: remove redundant VSCode launch profile --- .vscode/launch.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8d3ffd57..36084003 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,12 +1,6 @@ { "version": "0.2.0", "configurations": [ - { - "name": "Listen for Xdebug", - "type": "php", - "request": "launch", - "port": 9003 - }, { "type": "node", "request": "launch",