2024-09-30 06:46:07 -07:00
|
|
|
{
|
|
|
|
|
"sonarlint.connectedMode.connections.sonarcloud": [
|
|
|
|
|
{
|
|
|
|
|
"organizationKey": "mihakralj",
|
|
|
|
|
"token": "6df7cd62a17dc4e1c5532df1da2f49d5a977dd50",
|
|
|
|
|
"connectionId": "mihakralj"
|
|
|
|
|
}
|
|
|
|
|
],
|
2024-10-06 11:04:48 -07:00
|
|
|
"sarif-viewer.connectToGithubCodeScanning": "on",
|
2024-10-14 08:45:32 -07:00
|
|
|
"omnisharp.useModernNet": true,
|
2024-09-30 06:46:07 -07:00
|
|
|
"sonarlint.connectedMode.project": {
|
|
|
|
|
"connectionId": "mihakralj",
|
|
|
|
|
"projectKey": "mihakralj_QuanTAlib"
|
2024-10-27 21:59:46 -07:00
|
|
|
},
|
|
|
|
|
"dotnet.backgroundAnalysis.analyzerDiagnosticsScope": "fullSolution",
|
|
|
|
|
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true,
|
|
|
|
|
"dotnetAcquisitionExtension.enableTelemetry": false,
|
|
|
|
|
"dotnet-test-explorer.testProjectPath": "Tests",
|
|
|
|
|
"dotnet-test-explorer.autoWatch": true,
|
|
|
|
|
"dotnet-test-explorer.showCodeLens": true,
|
|
|
|
|
"dotnet-test-explorer.testArguments": "/p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=./TestResults/coverage.cobertura.xml"
|
|
|
|
|
|
|
|
|
|
}
|