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

[Hackathon - Bicep Deploy] Syntactic analysis for .bicepdeploy #15094

Merged
merged 8 commits into from
Sep 17, 2024

Conversation

shenglol
Copy link
Contributor

@shenglol shenglol commented Sep 17, 2024

  • Set up language registrations for Bicep deploy files.
  • Implemented parsing for Bicep deploy files.
  • Added some baseline tests.
  • Enabled LSP features like semantic tokens and formatting for Bicep deploy.
Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Sep 17, 2024

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

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

Copy link
Contributor

github-actions bot commented Sep 17, 2024

Dotnet Test Results

    72 files      72 suites   24m 47s ⏱️
11 078 tests 11 078 ✅ 0 💤 0 ❌
25 921 runs  25 921 ✅ 0 💤 0 ❌

Results for commit 425d038.

♻️ This comment has been updated with latest results.

Copy link

@BernieWhite BernieWhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shenglol LGTM. Thanks for the placeholders.

@shenglol shenglol merged commit 42ed37c into bicep-deploy-hackathon Sep 17, 2024
46 of 47 checks passed
@shenglol shenglol deleted the shenglol/bicep-deploy-syntax-impl branch September 17, 2024 20:11
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