isn/.vscode/settings.json

38 lines
1.1 KiB
JSON
Raw Normal View History

2021-08-15 05:31:38 +01:00
{
2021-08-27 21:22:34 +01:00
"dotnet-test-explorer.testProjectPath": "**/*.sln",
"dotnet-test-explorer.runInParallel": false,
"dotnet-test-explorer.showCodeLens": true,
"dotnet-test-explorer.testArguments": "",
2021-09-08 01:55:00 +01:00
"nxunitExplorer.modules": [
2021-09-13 23:28:56 +01:00
"test/i*/bin/Debug/*/*.tests.dll"
2021-09-08 01:55:00 +01:00
],
2021-09-13 23:28:56 +01:00
"nxunitExplorer.skippattern": "",
"dotnetCoreExplorer.runEnvVars": {
"ASPNETCORE_ENVIRONMENT": "Testing"
},
2022-04-09 19:53:26 +01:00
"dotnetCoreExplorer.searchpatterns": "test/**/bin/**/*.tests.{dll,exe}",
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "isntest",
"group": "isn",
"database": "nugettest",
"username": "paul",
"password": "R1vJa=y8#b/tfg"
},
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "isndev",
"group": "isn",
"database": "dotnetmvc",
"username": "dotnetmvc",
"password": "RvJa=y#b/tfg"
}
]
2021-08-15 05:31:38 +01:00
}