-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chinese file name failed to open #5
Comments
Known issue, as long as the path contains non-ascii characters, it cannot be opened because the API used by the extension vscode.env.openExternal is not supported by itself. 已知问题,只要路径带有非 ascii 字符就打不开,因为扩展使用的 API vscode.env.openExternal 本身不支持。等过几天有空我会尝试解决这个问题。 |
Need VSCode provide new API or update API |
I like to report trying result under macOS (10.15.5 Catalina) with this extension, And it seems I do not need to set up the configuration with
|
@weisanju can you try the latest version? I don't using windows now... |
The change in 9e1b8f3 is inside the Just a feedback as this is not my use case. Maybe other extension (e.g. code runner) can be used as a workaround. |
As mentioned by King-of-Infinite-Space, the workaround with Code Runner works. It creates/opens a terminal then enters commands. Settings for it
GitLens also uses a terminal for complex git operations (eg. deleting a branch). — This might be the third way to open files. |
check the latest info here: microsoft/vscode#85930 (comment) |
Is there any solution for non-ascii charaters in the path in Windows? I installed npm and the 'open' package from the command line. However, it seems that the installation is not working in vscode as when I open a doc file, the path error still occurs. Any suggestions? thanks! |
when I selected the file used Chinese name with extension name "md" , it did't response
带中文的文件名 无法在外部应用打开
The text was updated successfully, but these errors were encountered: