This commit is contained in:
2023-08-18 12:42:46 -07:00
parent bf07ffc3b8
commit 9ee21dbe30
4 changed files with 46 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"description": "Helper for VS Code in TypeScript",
"publisher": "IFX",
"repository": "https://github.com/mikepharesjr/YO-VSCode/tree/master/type-script-helper",
"version": "1.4.3",
"version": "1.4.4",
"engines": {
"vscode": "^1.79.0"
},
@ -31,6 +31,10 @@
"command": "promiseLinesHelper.transformToPopperCase",
"title": "Transform to Popper Case"
},
{
"command": "promiseLinesHelper.transformToParamCase",
"title": "Transform to Param Case"
},
{
"command": "readOnlyLinesHelper.searchGoogle",
"title": "Search Google"