Skip to content
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

vscode保存新文件时不能切换到中文 #408

Closed
Kurt-Shiwz opened this issue Apr 7, 2020 · 5 comments
Closed

vscode保存新文件时不能切换到中文 #408

Kurt-Shiwz opened this issue Apr 7, 2020 · 5 comments

Comments

@Kurt-Shiwz
Copy link

Kurt-Shiwz commented Apr 7, 2020

在vscode中新建文件并保存时会调用mac系统的对话框,在文件名这里不能切换到中文状态,只能是英文。
version:0.14.0
vscode:1.43.2
os:10.15.4

@alex-the-man
Copy link

alex-the-man commented Apr 8, 2020

Can you try opening ~/Library/Rime/build/squirrel.yaml and change the part for vscode to:

  com.microsoft.VSCode:
    ascii_mode: false

@driventokill
Copy link

driventokill commented May 12, 2020

  1. Config VSCode as non ascii mode.
    image
  2. Won't work. Can't input Chinese with squirrel while saving file.
  3. Redeploy. Solved.

vscode: 1.45.0
squirrel: 0.14.0
mac os: 10.15.4

@Kurt-Shiwz
Copy link
Author

  1. Config VSCode as non ascii mode.
    image
  2. Won't work. Can't input Chinese with squirrel while saving file.
    image

vscode: 1.45.0
squirrel: 0.14.0
mac os: 10.15.4

你改完重新部署了吗?
改完ascii_mode后我的可以输入中文了。虽然用shift不能切换中英。

@driventokill
Copy link

driventokill commented May 12, 2020

  1. Config VSCode as non ascii mode.
    image
  2. Won't work. Can't input Chinese with squirrel while saving file.
    image

vscode: 1.45.0
squirrel: 0.14.0
mac os: 10.15.4

你改完重新部署了吗?
改完ascii_mode后我的可以输入中文了。虽然用shift不能切换中英。

好了,我自己的锅,忘记 deploy了。估计是这个界面无法接收到 shift 按键,所以默认必须关闭 ascii_mode。

@lotem
Copy link
Member

lotem commented Jun 30, 2020

#85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants