reverted space for code completion

pull/5370/head
Stéphane Tetsing 10 months ago
parent c21bf83080
commit 090e519774
  1. 2
      libs/remix-ui/editor/src/lib/providers/inlineCompletionProvider.ts

@ -28,7 +28,7 @@ export class RemixInLineCompletionProvider implements monacoTypes.languages.Inli
endColumn: position.column,
});
if (!word.endsWith(', ') &&
if (!word.endsWith(' ') &&
!word.endsWith('\n') &&
!word.endsWith(';') &&
!word.endsWith('.') &&

Loading…
Cancel
Save