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

feat: enabling java function dev experience in vscode + devcontainer #784

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

YunchuWang
Copy link
Member

@YunchuWang YunchuWang commented Sep 11, 2024

Proposing adding devcontainer files to enable azure java function developers to easily contribute to open source or write java functions by using vscode devcontainer extension in their local boxes.

Step1. Open azure java function worker repo in VsCode
Step2. Install DevContainers extension
{9A296104-EE18-4596-A9D2-CB1B3F3DCA19}
Step3. ctrl+shift+p to open command pallete and invoke dev containers command to rebuild and reopen devcontainer
{FB6FD8B5-3840-45FF-BEBD-CFAF964D347C}
this will build and run a dev container using the config files in root repo of currently opened repo. by default the container mounts the currently opened local dir from host machine which means users can make changes from local VsCode and changes are reflected inside the devcontainer.

Step4. Wait for devcontainer to be running and once ready, you can work on azure java function out of box, with all the tools/extensions/libs installed for you in devcontainer.
{D219136F-8511-407D-B453-707E383973E1}

Issue describing the changes in this PR

resolves #issue_for_this_pr

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Additional PR information

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.

1 participant