We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81821ac commit c781492Copy full SHA for c781492
tests/cases/fourslash/jsxSpreadReference.ts
@@ -22,4 +22,4 @@ goTo.definition();
22
verify.caretAtMarker('dst');
23
24
goTo.marker('src');
25
-verify.renameLocations(false, false);
+verify.renameLocations(/*findInStrings*/ false, /*findInComments*/ false);
0 commit comments