19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"sonarlint.connectedMode.project": {
|
|
"connectionId": "mattrixwvSonarqube",
|
|
"projectKey": "CipherStreamAPI"
|
|
},
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"java.compile.nullAnalysis.mode": "automatic",
|
|
"java.test.config": {
|
|
"name": "",
|
|
"workingDirectory": "${workspaceFolder}",
|
|
"testKind": "junit",
|
|
"filters": {
|
|
"tags": [
|
|
"unit-test"
|
|
]
|
|
}
|
|
}
|
|
}
|