You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Calculate the nth number in the Fibinacci sequencedeffibinacci(n: int) ->int:
With your cursor after the : and in input mode, press enter. The next line auto indents and copilot suggests ghost text for the entire implementation.
Instead of above, in normal mode, press 'o'. The next line auto indents (i.e. we get to the same state as above) but copilot does not suggest anything.
On up to date Arch Linux using current vscode 1.97.2 with vim 1.29.0; or current insiders 1.98.0-insider with vim 1.29.0 although this bug has been around for ages.
The text was updated successfully, but these errors were encountered:
Define a function header on a single line, e.g:
With your cursor after the
:
and in input mode, press enter. The next line auto indents and copilot suggests ghost text for the entire implementation.Instead of above, in normal mode, press 'o'. The next line auto indents (i.e. we get to the same state as above) but copilot does not suggest anything.
On up to date Arch Linux using current vscode 1.97.2 with vim 1.29.0; or current insiders 1.98.0-insider with vim 1.29.0 although this bug has been around for ages.
The text was updated successfully, but these errors were encountered: