mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 16:38:19 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -93,6 +93,7 @@ export default {
|
||||
copy: "Copy",
|
||||
editOrApplyDiff: "{mode}: {path}",
|
||||
loading: "Loading...",
|
||||
matchSearchInPath: 'match search files "{query}" in {path}',
|
||||
regexSearchInPath: 'regex search files "{regex}" in {path}',
|
||||
createNewNote: "Create new note",
|
||||
copyMsg: "Copy message",
|
||||
@@ -239,8 +240,16 @@ export default {
|
||||
auto: 'Auto',
|
||||
semantic: 'Semantic',
|
||||
regex: 'Regex',
|
||||
match: 'Match',
|
||||
regexBackend: 'Regex search backend',
|
||||
regexBackendDescription: 'Choose the backend for regex search method.',
|
||||
matchBackend: 'Match search backend',
|
||||
matchBackendDescription: 'Choose the backend for match search method.',
|
||||
ripgrep: 'ripgrep',
|
||||
coreplugin: 'Core plugin',
|
||||
omnisearch: 'Omnisearch',
|
||||
ripgrepPath: 'ripgrep path',
|
||||
ripgrepPathDescription: 'Path to the ripgrep binary. When using regex search, this is required.',
|
||||
ripgrepPathDescription: 'Path to the ripgrep binary. When using ripgrep regex search, this is required.',
|
||||
},
|
||||
|
||||
// Chat Behavior Section
|
||||
|
||||
Reference in New Issue
Block a user