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

improve dev experience with devcontainer and debugger breakpoint support #1127

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

OneCyrus
Copy link

this PR adds DevContainer support to simplify the dev environment setup. the devcontainer install all needed dependencies to build and run the plugin.

I also added a debug configuration to easily run the plugin inside the devcontainer.

image

with the added debug configuration comes also the mapping of sourcemaps to the local files. this allows to set breakpoints inside vscode and directly inspect the variables in the typescript code.

image

@OneCyrus OneCyrus requested a review from a team as a code owner January 20, 2025 17:21
@CLAassistant
Copy link

CLAassistant commented Jan 20, 2025

CLA assistant check
All committers have signed the CLA.

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.

2 participants