rime / rime/squirrel

[Bug] app_options/com.microsoft.VSCode/ascii_mode 设置不生效

Open
#1,076 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Swift
Stars
6.4k
Forks
554
PR merge metrics
No merged PRs in 30d

Description

Describe the bug: 我遇到了 VSCode 默认是英文而其他 App 默认是中文的问题。我按照 #1027 增加了 app option 配置并重新部署,但是不生效。

Expected behavior: app_options/com.microsoft.VSCode/ascii_mode 设置成 false 后 VSCode 应该和其他 App 一样默认中文。

Actual behavior: 部署后 VSCode 默认还是英文。

Environment

  • OS version: (macOS 15.6.1)
  • Squirrel version: (1.0.3)

配置

patch:
  ascii_composer/switch_key:
    Caps_Lock: noop
    Shift_L: noop
    Shift_R: noop
    Control_L: noop
    Control_R: noop
  app_options/com.apple.Xcode:
    ascii_mode: false
  app_options/com.apple.Terminal:
    ascii_mode: false
  app_options/com.microsoft.VSCode:
    ascii_mode: false
  schema_list:
    - schema: luna_pinyin_simp

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named in the issue. First reproduce the behavior on macOS 15.6.1 with the shown app_options/com.microsoft.VSCode/ascii_mode configuration, then trace how per-application options are applied to VSCode; done means VSCode starts in Chinese when ascii_mode is false, consistently with the other listed applications.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, swift, vscode
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.