Skip to content

Commit c88016d

Browse files
author
Benjamin Lichtman
committed
Fix comment
1 parent d029fae commit c88016d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ namespace ts.server {
385385
}
386386

387387
getRenameInfo(fileName: string, position: number, _options?: RenameInfoOptions, findInStrings?: boolean, findInComments?: boolean): RenameInfo {
388-
// not using options they should be sent with a RenameInfo request, which this function does not perform
388+
// Not passing along 'options' because server should already have those from the 'configure' command
389389
const args: protocol.RenameRequestArgs = { ...this.createFileLocationRequestArgs(fileName, position), findInStrings, findInComments };
390390

391391
const request = this.processRequest<protocol.RenameRequest>(CommandNames.Rename, args);

0 commit comments

Comments
 (0)