Skip to content

Commit

Permalink
Add vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 committed Apr 16, 2024
1 parent 505da90 commit 4fca0ce
Show file tree
Hide file tree
Showing 5 changed files with 14,001 additions and 29,352 deletions.
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"redhat.vscode-quarkus",
"redhat.vscode-yaml",
"redhat.vscode-openshift-connector",
"redhat.windup-vscode-extension"
]
}
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Attach to Remote Quarkus App",
"request": "attach",
"hostName": "localhost",
"port": 5005
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.server.launchMode": "Standard"
}
Loading

0 comments on commit 4fca0ce

Please sign in to comment.