mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 15:34:49 +01:00
feat: new debug command for opcache
This commit is contained in:
parent
1c42282dcb
commit
480e2fd32c
1 changed files with 4 additions and 0 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue