Skip to content

Publish the language server as a NuGet dotnet tool#19976

Merged
levimatheri merged 2 commits into
mainfrom
levi/issue-18946-lang-server-nuget-tool
Jun 30, 2026
Merged

Publish the language server as a NuGet dotnet tool#19976
levimatheri merged 2 commits into
mainfrom
levi/issue-18946-lang-server-nuget-tool

Conversation

@levimatheri

@levimatheri levimatheri commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Description

For #18946.

Enables Claude users to use Bicep LSP as a plug-in: https://code.claude.com/docs/en/plugins-reference#lsp-servers

Checklist

Microsoft Reviewers: Open in CodeFlow

@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

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

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

@levimatheri levimatheri merged commit 0d8124f into main Jun 30, 2026
81 of 83 checks passed
@levimatheri levimatheri deleted the levi/issue-18946-lang-server-nuget-tool branch June 30, 2026 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants