|
|
@ -80,7 +80,6 @@ export class RemixInLineCompletionProvider implements monacoTypes.languages.Inli |
|
|
|
return; // do not do completion on single and multiline comment
|
|
|
|
return; // do not do completion on single and multiline comment
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// abort if there is a signal
|
|
|
|
// abort if there is a signal
|
|
|
|
if (token.isCancellationRequested) { |
|
|
|
if (token.isCancellationRequested) { |
|
|
|
return |
|
|
|
return |
|
|
|