Skip to content

Commit

Permalink
Pre-release 2.6.7-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2024
1 parent f8e22f2 commit 74726a8
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"icon": "icon.png",
"displayName": "Code for IBM i",
"description": "Maintain your RPGLE, CL, COBOL, C/CPP on IBM i right from Visual Studio Code.",
"version": "2.6.6-dev.0",
"version": "2.6.7-dev.0",
"keywords": [
"ibmi",
"rpgle",
Expand Down Expand Up @@ -2340,26 +2340,26 @@
"when": "view == ifsBrowser && !listMultiSelection && viewItem == streamfile",
"group": "1_workspace@1"
},
{
"command": "code-for-ibmi.createStreamfile",
"when": "view == ifsBrowser && !listMultiSelection && viewItem =~ /^directory.*$/",
"group": "2_ifsStuff@1"
},
{
"command": "code-for-ibmi.createDirectory",
"when": "view == ifsBrowser && !listMultiSelection && viewItem =~ /^directory.*$/",
"group": "2_ifsStuff@2"
},
{
"command": "code-for-ibmi.copyIFS",
"when": "view == ifsBrowser && !listMultiSelection && !(viewItem =~ /^.*_protected$/)",
"group": "2_ifsStuff@3"
},
{
"command": "code-for-ibmi.moveIFS",
"when": "view == ifsBrowser && !listMultiSelection && !(viewItem =~ /^.*_protected$/)",
"group": "2_ifsStuff@4"
},
{
"command": "code-for-ibmi.createStreamfile",
"when": "view == ifsBrowser && !listMultiSelection && viewItem =~ /^directory.*$/",
"group": "2_ifsStuff@1"
},
{
"command": "code-for-ibmi.createDirectory",
"when": "view == ifsBrowser && !listMultiSelection && viewItem =~ /^directory.*$/",
"group": "2_ifsStuff@2"
},
{
"command": "code-for-ibmi.copyIFS",
"when": "view == ifsBrowser && !listMultiSelection && !(viewItem =~ /^.*_protected$/)",
"group": "2_ifsStuff@3"
},
{
"command": "code-for-ibmi.moveIFS",
"when": "view == ifsBrowser && !listMultiSelection && !(viewItem =~ /^.*_protected$/)",
"group": "2_ifsStuff@4"
},
{
"command": "code-for-ibmi.deleteIFS",
"when": "view == ifsBrowser && !(viewItem =~ /^.*_protected$/)",
Expand All @@ -2385,11 +2385,11 @@
"when": "view == ifsBrowser && !listMultiSelection && viewItem =~ /^directory.*$/",
"group": "3_ifsStuff@3"
},
{
"command": "code-for-ibmi.createStreamfile",
"when": "view == ifsBrowser && !listMultiSelection && viewItem =~ /^shortcut.*$/",
"group": "2_ifsStuff@1"
},
{
"command": "code-for-ibmi.createStreamfile",
"when": "view == ifsBrowser && !listMultiSelection && viewItem =~ /^shortcut.*$/",
"group": "2_ifsStuff@1"
},
{
"command": "code-for-ibmi.createDirectory",
"when": "view == ifsBrowser && !listMultiSelection && viewItem =~ /^shortcut.*$/",
Expand Down
4 changes: 2 additions & 2 deletions types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halcyontech/vscode-ibmi-types",
"version": "2.6.6-dev.0",
"version": "2.6.7-dev.0",
"description": "Types for vscode-ibmi",
"typings": "./typings.d.ts",
"scripts": {
Expand Down

0 comments on commit 74726a8

Please sign in to comment.