Skip to content

Commit

Permalink
Release 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 7, 2024
1 parent 807327c commit 00570d5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 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.

38 changes: 19 additions & 19 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.3-dev.0",
"version": "2.6.3",
"keywords": [
"ibmi",
"rpgle",
Expand Down Expand Up @@ -432,7 +432,7 @@
"default": "edit",
"enum": [
"browse",
"edit"
"edit"
],
"description": "The action to take when clicking on a source member or stream file to open it."
},
Expand Down Expand Up @@ -476,23 +476,23 @@
"default": false,
"description": "When lines with ILE diagnostics are edited, the diagnostic will be removed. Requires reload/restart if changed."
},
"code-for-ibmi.recentlyOpenedFilesLimit": {
"type": "integer",
"default": 10,
"description": "Number of files to keep in recently opened files list.",
"enum": [
0,
10,
20,
30
],
"enumDescriptions": [
"Do not keep any recently opened files",
"Keep the 10 most recently opened files",
"Keep the 20 most recently opened files",
"Keep the 30 most recently opened files"
]
},
"code-for-ibmi.recentlyOpenedFilesLimit": {
"type": "integer",
"default": 10,
"description": "Number of files to keep in recently opened files list.",
"enum": [
0,
10,
20,
30
],
"enumDescriptions": [
"Do not keep any recently opened files",
"Keep the 10 most recently opened files",
"Keep the 20 most recently opened files",
"Keep the 30 most recently opened files"
]
},
"code-for-ibmi.safeDeleteMode": {
"type": "boolean",
"default": false,
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.2",
"version": "2.6.3",
"description": "Types for vscode-ibmi",
"typings": "./typings.d.ts",
"scripts": {
Expand Down

0 comments on commit 00570d5

Please sign in to comment.