-
Notifications
You must be signed in to change notification settings - Fork 94
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
Update Quarto to 1.6.42 hotfix #6455
Conversation
Quarto addressed a regression with code completions for .qmd files and backported the fix to the 1.6 release.
E2E Tests 🚀 |
Tested using a macOS temp build https://github.com/posit-dev/positron-builds/actions/runs/13505873706 |
I just downloaded the installer from https://github.com/posit-dev/positron-builds/actions/runs/13505873706 but don't see the updated Quarto: And I still don't see any completions in Python chunks in a Let me try making a local release build. |
Doing a local release build, I see:
But then I still saw Quarto 1.6.40 when I opened the local release build of Positron and that's when I realized that I must have installed Quarto myself, and Positron prefers that one to our bundled Quarto. After I did However, I still don't see any Python completions in a I see completions for:
but still not the ones originally reported in #6444, similar to #6444 (comment) who says they installed Quarto 1.6.42. Might I still be missing something, similar to how I had to uninstall my non-bundled Quarto installations? |
I don't think this was ever a problem for R; I can get R completions fine in Positron with Quarto 1.6.40. Maybe entirely unrelated to rstudio/rstudio#15737? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this fix applies to us; see my notes in #6444 (comment).
Ok, we'll need to track down what happened around the time of the 1.96 upstream merge |
Quarto addressed a regression with code completions for .qmd files and backported the fix to in the 1.6.42 release.
Release Notes
New Features
Bug Fixes
QA Notes
A quick test is needed to confirm autocompletions are provided in a code block in a .qmd file