Skip to content

Commit 6e79ac0

Browse files
add swift files to fallback list as the parser seems to be struggling with them and crashing.
1 parent ea79dfe commit 6e79ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/code-index/shared/supported-extensions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const scannerExtensions = allExtensions
2121
export const fallbackExtensions = [
2222
".vb", // Visual Basic .NET - no dedicated WASM parser
2323
".scala", // Scala - uses fallback chunking instead of Lua query workaround
24+
".swift", // Swift - uses fallback chunking due to parser instability
2425
]
2526

2627
/**

0 commit comments

Comments
 (0)