diff --git a/packages/zowe-explorer/README.md b/packages/zowe-explorer/README.md index 52aa712186..42ea7db714 100644 --- a/packages/zowe-explorer/README.md +++ b/packages/zowe-explorer/README.md @@ -25,6 +25,7 @@ The Zowe Explorer extension modernizes the way developers and system administrat - [Usage tips](#usage-tips) - [Keyboard shortcuts](#keyboard-shortcuts) - [Extending Zowe Explorer](#extending-zowe-explorer) +- [Known Issues](#known-issues) - [More information](#more-information) > Zowe Explorer is compatible only with Theia 1.18.0 or higher. @@ -413,6 +414,16 @@ You can add new functionalities to Zowe Explorer by creating your own extension. **Tip:** View an example of a Zowe Explorer extension: [Zowe Explorer FTP extension documentation](https://github.com/zowe/zowe-explorer-ftp-extension#zowe-explorer-ftp-extension). +## Known Issues + +### Bidirectional languages + +Files written in languages primarily read from right to left (Arabic, Hebrew, many Asian languages) can include portions of text that are written and read left to right, such as numbers. + +These bidirectional (BiDi) languages are not currently supported in Visual Studio Code. (See [Issue #86667](https://github.com/microsoft/vscode/issues/86667) for more information.) + +As a result, VS Code extensions like Zowe Explorer, Zowe Explorer CICS Extension, and Zowe Explorer FTP Extension are not able to support BiDi languages in files. + ## More information - For the complete Zowe Explorer documentation, see [Zowe Docs](https://docs.zowe.org/stable/user-guide/ze-install.html).