You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example: vscode.env.openExternal(vscode.Uri.file('C:/测试.md'));
It works well when filePath only includes ascii chars. Is there any methods to fix it, or provide the API vscode.env.openItem as electron?
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
openExternal doesn't work when file path contains non-ascii chars.
reference issues: electron/electron#6302
I'm working with my extension open-in-external-app, but I found that the following code doesn't work when the filePath contains non-ascii chars.
for example:
vscode.env.openExternal(vscode.Uri.file('C:/测试.md'));
It works well when filePath only includes ascii chars. Is there any methods to fix it, or provide the API vscode.env.openItem as electron?
The text was updated successfully, but these errors were encountered: