feat: new debug command for opcache

This commit is contained in:
frelodev 2024-02-14 15:41:03 +01:00
parent 1c42282dcb
commit 480e2fd32c

View file

@ -51,6 +51,10 @@
"command": "codempvscode.sync", "command": "codempvscode.sync",
"title": "Sync the current buffer" "title": "Sync the current buffer"
}, },
{
"command": "codempvscode.printOpCache",
"title": "Print current OpCache"
},
{ {
"command": "codempvscode.helloWorld", "command": "codempvscode.helloWorld",
"title": "Hello World (debug)" "title": "Hello World (debug)"