Open davidliudev opened 3 days ago
Same issue. In the latest version, context have stopped working. If you write the '@' in the chat, nothing happens. No way to insert any kind of context. Very anoying issue. I switched to previous version and all works fine. Hope they fix it soon.
Same issue. In the latest version, context have stopped working. If you write the '@' in the chat, nothing happens. No way to insert any kind of context. Very anoying issue. I switched to previous version and all works fine. Hope they fix it soon.
Yes. I figured that the @ won't work specifically for newly added files. Will have to restart the vs code for it to capture the new files, which is kind of annoying.
Hi all, thanks for the heads up - there's a few different issues:
VsCode version: 1.95.2 (user setup) Commit: e8653663e8840adaf45af01eab5c627a5af81807 Date: 2024-11-07T11:07:22.054Z Electron: 32.2.1 ElectronBuildId: 10427718 Chromium: 128.0.6613.186 Node.js: 20.18.0 V8: 12.8.374.38-electron.0 OS: Windows_NT x64 10.0.22631
With the version v0.8.55 all context works fine:
With v.0.8.56 context is broken:
clicking "more" and "re-index" worked. Thanks. Hope this bug get fixed. Good job.
Mode info:
VsCode version: 1.95.2 (user setup) Commit: e8653663e8840adaf45af01eab5c627a5af81807 Date: 2024-11-07T11:07:22.054Z Electron: 32.2.1 ElectronBuildId: 10427718 Chromium: 128.0.6613.186 Node.js: 20.18.0 V8: 12.8.374.38-electron.0 OS: Windows_NT x64 10.0.22631
Screen capture of the issue
Hi Guys! I can confirm this bug in IntelliJ as well. Reindexing the codebase made @ to work again.
Intellij details: IntelliJ IDEA 2024.3 (Ultimate Edition) Build #IU-243.21565.193, built on November 12, 2024 Runtime version: 21.0.5+8-b631.16 aarch64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Toolkit: sun.lwawt.macosx.LWCToolkit macOS 15.1
Continue version 0.0.81 recently updated.
Before Re-index:
After Re-index:
The latest pre-release seems to still got all the path wrong for all files. When click apply, instead of applying to the existing code, it create a new file in my project root folder....
@davidliudev - this is helpful, we recently updated the apply to create files if they don't exist but it sounds like there is a bug with pathing. Will be taking a look at this next week.
@StephaneBonilla @rmalveis - I haven't been able to reproduce this, strange that a reindex solves the issue though. You should be able to use context providers regardless of the state of your index.
Has it been persistent for either of you, or did the single reindex solve it permanently?
Before submitting your bug report
Relevant environment info
Description
Sometimes the chat never capture any file context
and the apply button won't work
Sometimes chat does captures the correct file, but apply to the wrong folder - (on project root, not the appropriate file)
This happens more often when the requirement is long with many context files.
To reproduce
No response
Log output
No response