Skip to content

Commit

Permalink
prepublish, changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Santos <benjamin.santos@ibm.com>
  • Loading branch information
benjamin-t-santos committed Oct 22, 2024
1 parent 5c84a02 commit b2d7405
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen

- `DatasetFSProvider.stat()` will now throw a `FileNotFound` error for extenders trying to fetch an MVS resource that does not exist. [#3252](https://github.com/zowe/zowe-explorer-vscode/issues/3252)
- Fixed an issue where renaming or deleting a USS file or data set did not update the opened editor. [#3260](https://github.com/zowe/zowe-explorer-vscode/issues/3260)
- `DatasetFSProvider.readFile()` no longer throws `FileNotFound` errors when requesting members or data sets for the first time when their parent has already been fetched. [#3267](https://github.com/zowe/zowe-explorer-vscode/issues/3267)
- Fixed an issue where renaming or deleting a USS file or data set did not update the opened editor. [#3260](https://github.com/zowe/zowe-explorer-vscode/issues/3260)

## `3.0.2`

Expand Down
3 changes: 1 addition & 2 deletions packages/zowe-explorer/l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
"Page Size:": "Page Size:",
"Page": "Page",
"No": "No",
"items": "items",
"item": "item",
"s": "s",
"selected": "selected",
"Data Sets": "Data Sets",
"Unix System Services (USS)": "Unix System Services (USS)",
"Jobs": "Jobs",
"DataPanelContext has to be used within <DataPanelContext.Provider>": "DataPanelContext has to be used within <DataPanelContext.Provider>",
"Refresh": "Refresh",
"Search History": "Search History",
"Favorites": "Favorites",
Expand Down
3 changes: 1 addition & 2 deletions packages/zowe-explorer/l10n/poeditor.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,12 @@
"Page Size:": "",
"Page": "",
"No": "",
"items": "",
"item": "",
"s": "",
"selected": "",
"Data Sets": "",
"Unix System Services (USS)": "",
"Jobs": "",
"DataPanelContext has to be used within <DataPanelContext.Provider>": "",
"Refresh": "",
"Search History": "",
"Favorites": "",
Expand Down

0 comments on commit b2d7405

Please sign in to comment.