Cut each line after |||

This commit is contained in:
2020-07-12 15:32:29 -07:00
parent 91cb50b187
commit 63fe43adf0
5 changed files with 24 additions and 8 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.2.2",
"version": "1.2.3",
"engines": {
"vscode": "^1.40.0"
},
@ -25,7 +25,8 @@
"onCommand:helper.unwrapSql",
"onCommand:helper.wrapSqlCSharp",
"onCommand:helper.wrapSqlVB",
"onCommand:helper.sortLength"
"onCommand:helper.sortLength",
"onCommand:helper.cutEachLine"
],
"contributes": {
"commands": [
@ -41,7 +42,8 @@
{ "command": "helper.unwrapSql", "title": "Un-wrap Sql" },
{ "command": "helper.wrapSqlCSharp", "title": "Wrap Sql for C#" },
{ "command": "helper.wrapSqlVB", "title": "Wrap Sql for VB" },
{ "command": "helper.sortLength", "title": "Sort by Length" }
{ "command": "helper.sortLength", "title": "Sort by Length" },
{ "command": "helper.cutEachLine", "title": "Cut each line after |||" }
],
"keybindings": [
{