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

Configure C# and .NET environemnt in setup #17

Closed
ahirdman opened this issue Jun 26, 2023 · 0 comments
Closed

Configure C# and .NET environemnt in setup #17

ahirdman opened this issue Jun 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ahirdman
Copy link
Owner

Previous bootstrap script:

# brew tap omnisharp/omnisharp-roslyn
# brew install omnisharp-mono
dotnet tool install --global csharp-ls

arch -arm64 brew install dapr/tap/dapr-cli

sudo sh -c 'cd $(mktemp -d) \
  && curl -fLO https://github.com/Azure/bicep/releases/latest/download/bicep-langserver.zip \
  && rm -rf /usr/local/bin/bicep-langserver \
  && unzip -d /usr/local/bin/bicep-langserver bicep-langserver.zip'
@ahirdman ahirdman added the enhancement New feature or request label Jun 26, 2023
@ahirdman ahirdman self-assigned this Jun 26, 2023
@ahirdman ahirdman closed this as not planned Won't fix, can't repro, duplicate, stale Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant