-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update to the IDE guide for VS Code, which was out of date #11093
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
Merged
graemerocher
merged 16 commits into
micronaut-projects:4.6.x
from
krisfoster:krisfoster-update-vscode-docs
Aug 26, 2024
Merged
Update to the IDE guide for VS Code, which was out of date #11093
graemerocher
merged 16 commits into
micronaut-projects:4.6.x
from
krisfoster:krisfoster-update-vscode-docs
Aug 26, 2024
Conversation
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
…om to v2.4.0 (micronaut-projects#10910) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…om to v3.4.1 (micronaut-projects#10901) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ronaut-projects#11062) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-projects#11066) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…t-projects#11067) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update common files * Update .github/workflows/gradle.yml --------- Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
…#11038) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…isfoster/micronaut-core into krisfoster-update-vscode-docs
graemerocher
approved these changes
Aug 26, 2024
altro3
pushed a commit
to altro3/micronaut-core
that referenced
this pull request
Aug 31, 2024
…-projects#11093) I've updated the guide for VS Code as this was out of date. The updates contains an image showing part of the install process, links to the docs of the Tools for Micronaut extension for VS Code as this gives users an idea of the functionality that is available. I also moved VS Code to 2nd place in the list of IDEs as VS Code is higher in usage than Netbeans currently (and probably Eclipse as well). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kushal-Dalasaniya <108124477+Kushal-Dalasaniya@users.noreply.github.com> Co-authored-by: micronaut-build <65172877+micronaut-build@users.noreply.github.com> Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com> Co-authored-by: Denis Stepanov <denis.s.stepanov@oracle.com>
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.
I've updated the guide for VS Code as this was out of date. The updates contains an image showing part of the install process, links to the docs of the Tools for Micronaut extension for VS Code as this gives users an idea of the functionality that is available.
I also moved VS Code to 2nd place in the list of IDEs as VS Code is higher in usage than Netbeans currently (and probably Eclipse as well).
If it makes sense can this be merged into the 4.5 branch as well? Thanks!