Skip to content

Commit 079e8ed

Browse files
author
benjamih
committed
added comment
1 parent 496a949 commit 079e8ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/indexing/SymbolSearchService.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ class SymbolSearchService {
309309
* @param position The position of the expression
310310
* @param expression The expression for which we are looking for the definition
311311
* @param matlabConnection The connection to MATLAB
312+
* @param pathResolver The path resolver
313+
* @param indexer The workspace indexer
312314
* @returns The definition location(s), or null if no definition was found
313315
*/
314316
private async findDefinitionOnPath (uri: string, position: Position, expression: Expression, matlabConnection: MatlabConnection, pathResolver: PathResolver, indexer: Indexer): Promise<Location[] | null> {

0 commit comments

Comments
 (0)