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

Add launch configuration for also debugging MicroProfile extension #388

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

rgrunber
Copy link
Member

  • It is sometimes necessary to debug both the Quarkus and MicroProfile
    project folders at once
  • extensionDevelopmentPath option may be provided multiple times,
    permitting the debugging of multiple extensions at once
  • The new configuration assumes a contributor has placed the
    vscode-quarkus & vscode-microprofile project folders under the same
    folder

See microsoft/vscode#72500 . Though not heavily documented, this seems to be working for me, and not having to build .vsix or do some .vscode/extension symlinking seems very convenient.

Signed-off-by: Roland Grunberg rgrunber@redhat.com

@rgrunber
Copy link
Member Author

Let's add this configuration to the CONTRIBUTING file : https://github.com/redhat-developer/vscode-quarkus/blob/master/CONTRIBUTING.md#testing-vscode-quarkus

.vscode/launch.json Outdated Show resolved Hide resolved
- It is sometimes necessary to debug both the Quarkus and MicroProfile
  project folders at once
- extensionDevelopmentPath option may be provided multiple times,
  permitting the debugging of multiple extensions at once
- The new configuration assumes a contributor has placed the
  vscode-quarkus & vscode-microprofile project folders under the same
  folder
- Update CONTRIBUTING document

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
@angelozerr
Copy link
Contributor

I'm Ok to merge the PR. @rgrunber do you want to update something?

@rgrunber
Copy link
Member Author

I'm Ok to merge the PR. @rgrunber do you want to update something?

No, I think this is fine. Has the UI of VS Code changed since the guide was done ? I noticed the old entries had the extension mentioned in round brackets, and even things like terminal icon were present. My image doesn't match exactly, but it's close enough :P

@rgrunber rgrunber merged commit 047a457 into redhat-developer:master Aug 24, 2021
@rgrunber rgrunber deleted the multi-debug branch August 24, 2021 17:55
@rgrunber rgrunber added this to the 1.9.1 milestone Aug 24, 2021
@rgrunber rgrunber added build documentation Improvements or additions to documentation labels Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants