Cut each line after |||
This commit is contained in:
@ -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": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user