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

adding code completion for extends keyword in bicepparam files #14986

Conversation

polatengin
Copy link
Member

@polatengin polatengin commented Sep 5, 2024

Closes #14985

Adding code completion for extends keyword in .bicepparam files

Current behavior;

image

Expected behavior;

image

Microsoft Reviewers: Open in CodeFlow

@polatengin polatengin self-assigned this Sep 5, 2024
Copy link
Contributor

github-actions bot commented Sep 5, 2024

Test this change out locally with the following install scripts (Action run 10744413944)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 10744413944
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 10744413944"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 10744413944
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 10744413944"

Copy link
Contributor

github-actions bot commented Sep 5, 2024

Dotnet Test Results

   12 files   -     96     12 suites   - 96   3m 10s ⏱️ - 30m 57s
6 098 tests  -  4 964  6 098 ✅  -  4 964  0 💤 ±0  0 ❌ ±0 
8 238 runs   - 30 548  8 238 ✅  - 30 548  0 💤 ±0  0 ❌ ±0 

Results for commit 1e95936. ± Comparison against base commit 38ccfcc.

♻️ This comment has been updated with latest results.

@polatengin polatengin marked this pull request as ready for review September 5, 2024 04:30
@polatengin polatengin merged commit 3e4958e into main Sep 6, 2024
47 checks passed
@polatengin polatengin deleted the polatengin/14985-extendable-param-files-add-completion-suggestions-for-extends-syntaxes branch September 6, 2024 19:55
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.

[Extendable Param Files] Add completion suggestions for extends syntaxes
2 participants