-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
@ not triggering context Provider in chat #2808
Comments
It starts to work after navigating, doesn't have to be the edit page (ctrl + i), going to history and back also makes it work. |
Can confirm that navigating to the history and back works as a workaround. A maybe related issue: The Jetbrains plugin also won't show the context window but only for the last message. If you edit a previous prompt, it will. Tricky UI issues, it seems. |
This isn't working on macos for me as well. I've even tried reloading the window. The history trick did work though |
Yet, same issue with Mac, and the history did the trick as well. |
+1 on macOS |
Seems to be happening to many people. I haven't been able to duplicate. Anyone seeing errors in the console at the same time? |
Hello, I am reliably reproducing this on linux by reloading the window. (VSCode v1.95.1 + Continue v0.9.230) Setup
Reproduction
There are no logs in Continue during that cycle. The "Extension Host" log contains an error with continue in the backtrace during VSCode startup (during reload), but seems unrelated.
Please let me know if there are other logs I can provide. Thank you all for your contributions, |
+1 for @ not triggering context provider, macOS, pre-release version of Continue. I get rid of the issue for a while by running "Codebase Force Re-index." The developer log is filled with
The extension's Features page > Runtime Status shows:
|
+1 in Ubuntu - VSCode - Continue v0.8.57 and v0.8.56, rolling back to v0.8.55 works for me |
Is anyone still experiencing this on most recent prerelease? |
I still have this. macOS 15.1.1 / VSCode 1.95.3 / Continue v0.8.58 |
Yes just updated and relaunched. Still don't have my slash / shortcuts (prompts) and had to go to history to reactivate @ wasn't working upon relaunch. |
+1 in Windows 11 / VSCode 1.94.2 / Continue v0.8.58 |
Bluefin/Fedora 41 / VSCode 1.59.3 / Continue v0.9.233 (pre-release) & v0.8.59. 0.8.55 is the last version that works for me. |
I think this is related to telemetry somehow? I ran vscode in an isolated environment and it worked until I added my usual settings.json. As soon as I remove I bisected the code and it appears to be introduced in 3d5d43e. I replaced |
@joewinke you may need to add |
@kaylynb awesome, thanks for looking into this. I'll take a closer look at that commit |
@kaylynb I tried what you mentioned. To start with, I never had I'm using Mac Sequoia with Vscode 1.95.3 and for both Continue I still need to do the re-index trick to get the prompts and then I can use BTW, what's the difference between prompts v1 x v2? I have this prompt: <system>
You are an expert programmer
</system>
{{{ input }}}
You will follow the guidelines to understand what unit testing is, and how to generate useful unit tests:
{{{ url "https://aws.amazon.com/what-is/unit-testing/" }}}
Write unit tests for the above selected code, following each of these instructions:
- Use pytest
- Properly set up and tear down if needed
- Include important edge cases
- The tests should be complete and sophisticated
- Give the tests just as chat output, don't edit any file
- Don't explain how to set up pytest
- Add typings according to python 3.9 convention, so no need to use `from typing import` etc.
- Add one line docstring explaining what the test does What do I need to change to make it complies with prompts version 2? |
I found out the reason why this happens, because Mension extension is not registered in tiptab at first. |
OK so the whole architecture has changed? Before i had prompts in .prompts/ now they need to be in .continue/prompts ... and before I did /[promptName] now the flow is @prompts > [promptName]? What is slash / denoting now? Thanks @RomneyDa |
This is happening for me as well on mac/vscode whenever I start vscode. I just updated to the newest pre-release, Going to history and back to chat gets it to work. So does going to I don't see anything in the dev console or continue output. |
Screencast.From.2024-11-26.08-16-56.webmJust tried in a clean VM and am able to repro. Also repros on MacOS. |
Hi folks, this should be fixed here: #3086 Will be available in pre-release v0.9.236 by end of day. Please let us know if you're still having issues! |
@qinlinwang you were correct, the issue was the Mentions not being configured properly when the editor first loads. |
@qinlinwang yeah I just looked over it and it looks like there is a race condition with the Looks like it's already been fixed in the last hour though. |
The v0.9.236 pre-release fixes this issue for me. The context menu now works both at first launch and after window reload. |
@kaylynb the |
Thank you all for the help on this bug! |
Before submitting your bug report
Relevant environment info
Description
https://discord.com/channels/1108621136150929458/1302434456686170138
typing @ does not always trigger context provider menu, especially on new window
seems to be linked to the new Cmd + I edit feature
To reproduce
Log output
No response
The text was updated successfully, but these errors were encountered: