Add launch configuration for also debugging MicroProfile extension#388
Merged
rgrunber merged 1 commit intoredhat-developer:masterfrom Aug 24, 2021
Merged
Add launch configuration for also debugging MicroProfile extension#388rgrunber merged 1 commit intoredhat-developer:masterfrom
rgrunber merged 1 commit intoredhat-developer:masterfrom
Conversation
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 |
rgrunber
commented
Aug 24, 2021
- 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>
Contributor
|
I'm Ok to merge the PR. @rgrunber do you want to update something? |
Member
Author
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
project folders at once
permitting the debugging of multiple extensions at once
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