Skip to content

Commit

Permalink
Merge pull request #8 from vitaliy-guliy/devfilev2
Browse files Browse the repository at this point in the history
chore: add missing java extensions to .vscode/extensions.json
  • Loading branch information
vitaliy-guliy authored Sep 1, 2022
2 parents 93212a4 + f62b02e commit c0985d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"redhat.vscode-quarkus"
"redhat.vscode-quarkus",
"redhat.java",
"redhat.vscode-microprofile",
"vscjava.vscode-java-debug",
"vscjava.vscode-java-test"
]
}

0 comments on commit c0985d1

Please sign in to comment.