From 4ac86057806b0020eeba5300128255c981a47b00 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Wed, 8 Feb 2023 10:45:41 -0500 Subject: [PATCH] updated to use "files" Signed-off-by: anaxceron --- packages/zowe-explorer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/zowe-explorer/README.md b/packages/zowe-explorer/README.md index d0c59ed955..42ea7db714 100644 --- a/packages/zowe-explorer/README.md +++ b/packages/zowe-explorer/README.md @@ -418,11 +418,11 @@ You can add new functionalities to Zowe Explorer by creating your own extension. ### Bidirectional languages -Scripts 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. +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 scripts or code comments. +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