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

chore: Fix autocomplete in packages that depend on noir-compiler #2751

Closed
wants to merge 1 commit into from

Conversation

spalladino
Copy link
Collaborator

@spalladino spalladino commented Oct 10, 2023

Autocomplete was not working in a few packages. A lot of binary search pointed to an unused noir-version.ts file in noir-compiler which broke tsserver autocomplete for noir-compiler and all dependent packages. Deleting it did the trick.

Why on earth that file was breaking tsserver is left as an exercise for the reader, because I have no idea.

Screencast.from.2023-10-09.23-03-36.webm

@spalladino spalladino enabled auto-merge (squash) October 10, 2023 02:09
@alexghr alexghr mentioned this pull request Oct 10, 2023
4 tasks
@spalladino
Copy link
Collaborator Author

Closing in favor of #2757

@spalladino spalladino closed this Oct 10, 2023
auto-merge was automatically disabled October 10, 2023 12:06

Pull request was closed

alexghr added a commit that referenced this pull request Oct 10, 2023
alternative to #2751 until #2644 is closed.

# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [x] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [x] Every change is related to the PR description.
- [x] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
@ludamad ludamad deleted the palla/resurrect-completion branch August 22, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant