Skip to content

Commit

Permalink
[Console] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Aug 13, 2024
1 parent 77803b7 commit 90c3be0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,6 @@ export class MonacoEditorActionsProvider {
return null;
}

// if no end offset, the request is invalid, no autocomplete
if (!currentRequest.endOffset) {
return null;
}

// if not on the 1st line of the request, suggest request body
return AutocompleteType.BODY;
}
Expand Down

0 comments on commit 90c3be0

Please sign in to comment.