WIP page leaf
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"omnisharp.msbuild": false,
|
||||
"dotnet-test-explorer.testProjectPath": "**/*.sln",
|
||||
"omnisharp.msbuild": true,
|
||||
"dotnet-test-explorer.testProjectPath": "**/*Tests.csproj",
|
||||
"dotnet-test-explorer.runInParallel": false,
|
||||
"dotnet-test-explorer.showCodeLens": true,
|
||||
"dotnet-test-explorer.testArguments": "",
|
||||
@ -46,5 +46,7 @@
|
||||
"database": "isnd",
|
||||
"username": "paul"
|
||||
}
|
||||
]
|
||||
],
|
||||
"omnisharp.disableMSBuildDiagnosticWarning": true,
|
||||
"omnisharp.enableRoslynAnalyzers": false
|
||||
}
|
||||
|
Reference in New Issue
Block a user