update setting page
This commit is contained in:
@@ -93,6 +93,7 @@ describe('parseSmartCopilotSettings', () => {
|
||||
maxPrefixCharLimit: 4000,
|
||||
maxSuffixCharLimit: 4000,
|
||||
mode: 'ask',
|
||||
defaultMention: 'none',
|
||||
removeDuplicateMathBlockIndicator: true,
|
||||
removeDuplicateCodeBlockIndicator: true,
|
||||
ripgrepPath: '',
|
||||
@@ -267,6 +268,7 @@ describe('settings migration', () => {
|
||||
maxPrefixCharLimit: 4000,
|
||||
maxSuffixCharLimit: 4000,
|
||||
mode: 'ask',
|
||||
defaultMention: 'none',
|
||||
removeDuplicateMathBlockIndicator: true,
|
||||
removeDuplicateCodeBlockIndicator: true,
|
||||
ripgrepPath: '',
|
||||
|
||||
Reference in New Issue
Block a user