Files
python/VsCode配置/keybindings.json

8 lines
189 B
JSON
Raw Permalink Normal View History

2025-08-30 18:35:01 +08:00
// 将键绑定放在此文件中以覆盖默认值
[
{
"key": "enter",
"command": "acceptSelectedSuggestion",
"when": "editorTextFocus && suggestWidgetVisible"
}
]