mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
feat: remove prompt completion feature (#1076)
This commit is contained in:
parent
e1e7a0d606
commit
07069f00d1
11 changed files with 99 additions and 665 deletions
|
|
@ -1271,7 +1271,6 @@ describe('SettingsDialog', () => {
|
|||
vimMode: true,
|
||||
disableAutoUpdate: true,
|
||||
debugKeystrokeLogging: true,
|
||||
enablePromptCompletion: true,
|
||||
},
|
||||
ui: {
|
||||
hideWindowTitle: true,
|
||||
|
|
@ -1517,7 +1516,6 @@ describe('SettingsDialog', () => {
|
|||
vimMode: false,
|
||||
disableAutoUpdate: false,
|
||||
debugKeystrokeLogging: false,
|
||||
enablePromptCompletion: false,
|
||||
},
|
||||
ui: {
|
||||
hideWindowTitle: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue