From 480e2fd32ca6bf1110e0053fd601d64564be8113 Mon Sep 17 00:00:00 2001 From: frelodev Date: Wed, 14 Feb 2024 15:41:03 +0100 Subject: [PATCH] feat: new debug command for opcache --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 7355a10..13927ed 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,10 @@ "command": "codempvscode.sync", "title": "Sync the current buffer" }, + { + "command": "codempvscode.printOpCache", + "title": "Print current OpCache" + }, { "command": "codempvscode.helloWorld", "title": "Hello World (debug)"