Skip to content

Commit

Permalink
feat(completions): update psc
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Aug 18, 2024
1 parent 8e1e277 commit 0329fdf
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion completions/psc/guid.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fad88b4e-98d7-4c9f-8ec1-2dfb6ea11cbf
27f27a0b-75a6-422e-b4b1-87ebbb889776
24 changes: 24 additions & 0 deletions completions/psc/language/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,30 @@
}
]
},
{
"name": "menu_is_loop",
"symbol": "SpaceTab",
"tip": [
"Current Value: {{ $PSCompletions.config.menu_is_loop }} (Default: 1)\n",
"Set whether the menu list is displayed with a loop."
],
"next": [
{
"name": "0",
"tip": [
"Set to 0\n",
"It means to display the completion menu list without a loop."
]
},
{
"name": "1",
"tip": [
"Set to 1 (Default)\n",
"It means to display the completion menu list with a loop."
]
}
]
},
{
"name": "menu_above_list_max_count",
"symbol": "SpaceTab",
Expand Down
18 changes: 18 additions & 0 deletions completions/psc/language/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,24 @@
}
]
},
{
"name": "menu_is_loop",
"symbol": "SpaceTab",
"tip": [
"当前值: {{ $PSCompletions.config.menu_is_loop }} (默认值为 1)\n",
"设置补全菜单列表是否循环显示"
],
"next": [
{
"name": "0",
"tip": ["设置为 0\n", "补全菜单列表不循环显示"]
},
{
"name": "1",
"tip": ["设置为 1 (默认值)\n", "补全菜单列表循环显示"]
}
]
},
{
"name": "menu_above_list_max_count",
"symbol": "SpaceTab",
Expand Down

0 comments on commit 0329fdf

Please sign in to comment.