Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CON-234] Autocomplete only generates '}' in unsaved files #1226

Open
3 tasks done
sestinj opened this issue May 3, 2024 · 0 comments
Open
3 tasks done

[CON-234] Autocomplete only generates '}' in unsaved files #1226

sestinj opened this issue May 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sestinj
Copy link
Contributor

sestinj commented May 3, 2024

Before submitting your bug report

Relevant environment info

- OS:*
- Continue:0.9.124
- IDE:vscode

Description

Completions only show '}', regardless of what is in the file

This is local workspace
There is no output for "Continue - LLM Prompts/Completions" when the file is not saved. If I save the file, I see prompts and autocompletes

Probably an issue reading unsaved files (in ideUtils.ts readFile)

To reproduce

This error is reproducible when I create a new file (selected language as python from status bar) and this file is not yet saved.

  1. Make new file
  2. Type some stuff
  3. The first completion might be fine, but subsequent are only '}'

Log output

No response

CON-234

@sestinj sestinj added the bug Something isn't working label May 3, 2024
@sestinj sestinj changed the title Autocomplete only generates '}' in unsaved files [CON-234] Autocomplete only generates '}' in unsaved files May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant