Initial IPS + Cql to Cr migration
This commit is contained in:
committed by
Jens Kristian Villadsen
parent
c7962b6979
commit
7c89addbef
14
.vscode/launch.json
vendored
Normal file
14
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Spring Boot-Application<hapi-fhir-jpaserver-starter>",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"mainClass": "ca.uhn.fhir.jpa.starter.Application",
|
||||
"projectName": "hapi-fhir-jpaserver-starter",
|
||||
"args": "",
|
||||
"envFile": "${workspaceFolder}/.env"
|
||||
}
|
||||
]
|
||||
}
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -4,5 +4,6 @@
|
||||
"**/.project": true,
|
||||
"**/.settings": true,
|
||||
"**/.factorypath": true
|
||||
}
|
||||
},
|
||||
"java.compile.nullAnalysis.mode": "disabled"
|
||||
}
|
||||
Reference in New Issue
Block a user