File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1725,7 +1725,7 @@ namespace ts {
17251725 const sourceFile = syntaxTreeCache . getCurrentSourceFile ( fileName ) ;
17261726
17271727 // Check if in a context where we don't want to perform any insertion
1728- if ( isInString ( sourceFile , position ) || isInComment ( sourceFile , position ) ) {
1728+ if ( isInString ( sourceFile , position ) ) {
17291729 return false ;
17301730 }
17311731
Original file line number Diff line number Diff line change 1414//// }
1515
1616goTo . marker ( '1' ) ;
17- verify . not . isValidBraceCompletionAtPosition ( '(' ) ;
17+ verify . isValidBraceCompletionAtPosition ( '(' ) ;
1818
1919goTo . marker ( '2' ) ;
20- verify . not . isValidBraceCompletionAtPosition ( '(' ) ;
20+ verify . isValidBraceCompletionAtPosition ( '(' ) ;
2121
2222goTo . marker ( '3' ) ;
23- verify . not . isValidBraceCompletionAtPosition ( '(' ) ;
23+ verify . isValidBraceCompletionAtPosition ( '(' ) ;
You can’t perform that action at this time.
0 commit comments