File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -382,6 +382,7 @@ FodyWeavers.xsd
382
382
! .vscode /tasks.json
383
383
! .vscode /launch.json
384
384
! .vscode /extensions.json
385
+ ! .vscode /.runsettings
385
386
* .code-workspace
386
387
387
388
# Local History for Visual Studio Code
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- File name extension must be .runsettings -->
3
+ <RunSettings >
4
+ <RunConfiguration >
5
+ <EnvironmentVariables >
6
+ <!-- List of environment variables we want to set-->
7
+ <REDIS_VERSION >7.4.0</REDIS_VERSION >
8
+ </EnvironmentVariables >
9
+ </RunConfiguration >
10
+ </RunSettings >
Original file line number Diff line number Diff line change 1
1
{
2
2
"dotnet-test-explorer.testArguments" : " /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=./lcov.info" ,
3
3
"dotnet-test-explorer.testProjectPath" : " **/*NRedisStack.Tests.csproj" ,
4
- "dotnet.defaultSolution" : " NRedisStack.sln"
4
+ "dotnet.defaultSolution" : " NRedisStack.sln" ,
5
+ "dotnet.unitTests.runSettingsPath" : " .vscode/.runsettings"
5
6
}
You can’t perform that action at this time.
0 commit comments