1.3.15 Distinct Lines

This commit is contained in:
2023-01-25 15:55:07 -07:00
parent 85fa349968
commit 83a014c201
6 changed files with 75 additions and 31 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.3.14",
"version": "1.3.15",
"engines": {
"vscode": "^1.40.0"
},
@ -13,13 +13,14 @@
],
"main": "./out/extension.js",
"activationEvents": [
"onCommand:open-in-new-window.open",
"onCommand:open-in-new-window.open",
"onCommand:promiseLinesHelper.codeGeneratorQuickPick",
"onCommand:readOnlyLinesHelper.searchGoogle",
"onCommand:replaceLinesHelper.addCSharpComment",
"onCommand:replaceLinesHelper.addVBComment",
"onCommand:replaceLinesHelper.convertToRegularExpression",
"onCommand:replaceLinesHelper.cutEachLine",
"onCommand:replaceLinesHelper.distinctLines",
"onCommand:replaceLinesHelper.expandSql",
"onCommand:replaceLinesHelper.listToListFamily",
"onCommand:replaceLinesHelper.listToListWrappedComma",
@ -67,6 +68,10 @@
"command": "replaceLinesHelper.cutEachLine",
"title": "Cut each line after |||"
},
{
"command": "replaceLinesHelper.distinctLines",
"title": "Distinct Lines"
},
{
"command": "replaceLinesHelper.expandSql",
"title": "Expand Sql"
@ -133,7 +138,7 @@
}
],
"menus": {
"explorer/context": [
"explorer/context": [
{
"command": "open-in-new-window.open",
"group": "openInNewWindowGroup"