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

Disable completions in attribute arguments #1986

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

minestarks
Copy link
Member

Disable completions inside attribute arguments, despite what the parser says, since we support either hardcoded values or nothing at all.

examples:

@Config( | ) 
operation Foo() : Unit {}
@EntryPoint( | ) 
operation Foo() : Unit {}

no completions at this locations.

@minestarks minestarks added this pull request to the merge queue Oct 31, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Oct 31, 2024
@minestarks minestarks added this pull request to the merge queue Oct 31, 2024
Merged via the queue into main with commit d591b52 Oct 31, 2024
18 checks passed
@minestarks minestarks deleted the minestarks/no-completions-attrs branch October 31, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants