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

Support completions for import file paths #14659

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

anthony-c-martin
Copy link
Member

@anthony-c-martin anthony-c-martin commented Jul 25, 2024

Closes #14199

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Jul 25, 2024

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

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

Copy link
Contributor

Dotnet Test Results

    71 files   -     37      71 suites   - 37   24m 2s ⏱️ - 7m 26s
10 971 tests  -     17  10 971 ✅  -     17  0 💤 ±0  0 ❌ ±0 
25 822 runs   - 12 898  25 822 ✅  - 12 898  0 💤 ±0  0 ❌ ±0 

Results for commit 3ace11b. ± Comparison against base commit 4074e15.

@anthony-c-martin anthony-c-martin merged commit 3863bf7 into main Jul 26, 2024
44 checks passed
@anthony-c-martin anthony-c-martin deleted the ant/completions branch July 26, 2024 15:02
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.

Import path completion not working as expected
2 participants