mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 21:35:52 +08:00
♻️ refactor: correct include filter path for Claude code ripgrep
This commit is contained in:
parent
cff9068359
commit
d8c3f601df
@ -88,7 +88,7 @@ exports.default = async function (context) {
|
|||||||
const excludeClaudeCodeJBPlutins = ['!node_modules/' + claudeCodeVenderPath + '/' + 'claude-code-jetbrains-plugin']
|
const excludeClaudeCodeJBPlutins = ['!node_modules/' + claudeCodeVenderPath + '/' + 'claude-code-jetbrains-plugin']
|
||||||
|
|
||||||
const includeClaudeCodeFilters = [
|
const includeClaudeCodeFilters = [
|
||||||
'!node_modules/' + claudeCodeVenderPath + '/' + `${archType}-${platformToArch[platform]}/**`
|
'!node_modules/' + claudeCodeVenderPath + '/ripgrep/' + `${archType}-${platformToArch[platform]}/**`
|
||||||
]
|
]
|
||||||
|
|
||||||
if (arch === Arch.arm64) {
|
if (arch === Arch.arm64) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user