File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 9393 "commands" : [
9494 {
9595 "command" : " devchat.triggerCodeComplete" ,
96- "title" : " Trigger Code Complete"
96+ "title" : " Trigger Code Completion"
97+ },
98+ {
99+ "command" : " devchat.triggerCodeCompleteChinese" ,
100+ "title" : " 触发代码补全"
97101 },
98102 {
99103 "command" : " devchat.applyDiffResult" ,
234238 "command" : " devchat.triggerCodeComplete" ,
235239 "when" : " false"
236240 },
241+ {
242+ "command" : " devchat.triggerCodeCompleteChinese" ,
243+ "when" : " false"
244+ },
237245 {
238246 "command" : " devchat.askForCode_chinese" ,
239247 "when" : " false"
306314 "editor/context" : [
307315 {
308316 "command" : " devchat.triggerCodeComplete" ,
309- "when" : " editorTextFocus" ,
317+ "when" : " !isChineseLocale && editorTextFocus" ,
318+ "group" : " navigation"
319+ },
320+ {
321+ "command" : " devchat.triggerCodeCompleteChinese" ,
322+ "when" : " isChineseLocale && editorTextFocus" ,
310323 "group" : " navigation"
311324 },
312325 {
You can’t perform that action at this time.
0 commit comments