Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed May 24, 2024
1 parent 5aa78d0 commit 16743dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/src/decorateWorkspaceSymbolSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default (proxy: ts.LanguageService, languageService: ts.LanguageService,
searchValue,
maxResultCount,
excludeDtsFiles ?? false,
...args
...args,
)
}
}

0 comments on commit 16743dd

Please sign in to comment.