-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: Added support for --azure-credential
via VSCE_AZURE_CREDENTIAL
environment variable
#663
Conversation
--azure-credential
via VSCE_USE_AZURE_CREDENTIALS
environment variable--azure-credential
via VSCE_AZURE_CREDENTIALS
environment variable
Validated this with my fork. Working for me! :) https://github.com/Mojang/minecraft-debugger/actions/runs/10120996092/job/27991427579 |
@JakeShirley, thanks a lot. I'm currently on vacation far away from the computer. I should review your PR next week. |
@felipecrs did you ever get a chance to look at this? :) |
Very sorry for taking this long. I had actually forgot. |
--azure-credential
via VSCE_AZURE_CREDENTIALS
environment variable--azure-credential
via VSCE_AZURE_CREDENTIAL
environment variable
@felipecrs Finally got around to addressing this feedback :) |
Did a fresh rebase, hopefully all of the checks are good now :) |
🎉 This PR is included in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
vsce added support for
--azure-credential
a few months ago as Microsoft moves away from long-living PATs. This flag allows authentication to be pulled from the current azure cli context.This PR also does the following small tweaks:
launch.json
to run ava tests for debugging via VS Codepublishes an extension in a non-root folder
to work on Windows (some hard-coded pathing assumptions were made).gitattributes
file to force line endings to beLF
instead ofCRLF
. On Windows prettier was complaining about all of the line endings, this change makes git clone/treat all of the files asLF
.Closes #662