File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,10 @@ In `Java` files, you will benefit with:
61
61
* Validation and Quick Fix support for MicroProfile
62
62
* Code Lens support for Quarkus/MicroProfile
63
63
* Code snippets:
64
- * ** qrc** - Create a new Quarkus resource class
65
- * ** qrm** - Create a new Quarkus resource method
66
64
* ** qtrc** - Create a new Quarkus test resource class
67
- * ** qntrc** - Create a new Quarkus native test resource class
68
- * snippets for MicroProfile annotations.
65
+ * ** qitrc** - Create a new Quarkus integration test resource class
66
+ * ** qntrc** - Create a new Quarkus native test resource class (only works in older versions of Quarkus, since this testing method has been deprecated)
67
+ * All the [ snippets provided by vscode-microprofile] ( https://github.com/redhat-developer/vscode-microprofile#microprofile-java-features )
69
68
70
69
## Requirements
71
70
You can’t perform that action at this time.
0 commit comments