Skip to content

Commit

Permalink
chore: update description for pagination settings
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Dec 27, 2024
1 parent 7cff764 commit e2d3f08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1832,13 +1832,13 @@
"zowe.pagination.enabled": {
"type": "boolean",
"default": false,
"description": "%zowe.pagination.enabled%",
"description": "%zowe.pagination.enabled.desc%",
"scope": "window"
},
"zowe.pagination.numRecords": {
"type": "integer",
"default": 250,
"description": "%zowe.pagination.numRecords%",
"description": "%zowe.pagination.numRecords.desc%",
"scope": "window"
}
}
Expand Down
6 changes: 4 additions & 2 deletions packages/zowe-explorer/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@
"zowe.pollInterval.info": "Default interval (in milliseconds) when polling spool files.",
"zowe.security.checkForCustomCredentialManagers": "Check for any installed VS Code extensions for handling credentials when activating Zowe Explorer",
"zowe.security.secureCredentialsEnabled": "Allow credentials to be stored securely. If disabled and autoStore is set to true, z/OS credentials are stored as clear text in zowe.config.json.",
"zowe.pagination.enabled": "Enable pagination for tree items and resources. Instead of loading all items or resource contents, data is loaded in chunks.",
"zowe.pagination.numRecords": "Maximum number of records to load at once for a job spool. Set this value to 0 to disable pagination for spools.",
"zowe.pagination.enabled": "Enable pagination",
"zowe.pagination.enabled.desc": "Efficiently manage and display large content by loading it incrementally.",
"zowe.pagination.numRecords": "Number of Records",
"zowe.pagination.numRecords.desc": "Maximum number of records to load at once for a job spool. Set this value to 0 to disable pagination for spools.",
"issueTsoCmd": "Issue TSO Command",
"deleteProfile": "Delete a Profile Permanently...",
"renameDataSet": "Rename Data Set",
Expand Down

0 comments on commit e2d3f08

Please sign in to comment.