-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Various developer improvements #956
Conversation
??? |
@farioas please, review it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like only changes from .devcontainer/ folder are feasible.
The devcontainer is the most important change in this PR to me as it enables codespaces/devcontainers. As stated in the original message: feel free to cherry pick 😄 |
If the devcontainer is the only thing you'd like to merge, it's probably easier to create a new PR with just this change, right? |
I'd recommend to adjust the existing pull-request, since we already have a lot of abandoned pull-requests 😄 |
@farioas might have butchered the commit history a bit while trying to rebase and merge. Please use squash. |
Started to fix #633, but I noticed, that I misunderstood something: since ADLS2 is based on blob containers, the current interface works just fine with ADLS2 storage for accessing files.
But as I started setting up the dev environment before actually checking the function, I still have some code to contribute.
I think, some people might find VS Code Devcontainers useful for developing further features without huge struggles to setup the dev env. Feel free to cherry pick.