[Bug] app_options/com.microsoft.VSCode/ascii_mode 设置不生效
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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