File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -382,6 +382,7 @@ FodyWeavers.xsd
382382! .vscode /tasks.json
383383! .vscode /launch.json
384384! .vscode /extensions.json
385+ ! .vscode /.runsettings
385386* .code-workspace
386387
387388# 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 11{
22 "dotnet-test-explorer.testArguments" : " /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=./lcov.info" ,
33 "dotnet-test-explorer.testProjectPath" : " **/*NRedisStack.Tests.csproj" ,
4- "dotnet.defaultSolution" : " NRedisStack.sln"
4+ "dotnet.defaultSolution" : " NRedisStack.sln" ,
5+ "dotnet.unitTests.runSettingsPath" : " .vscode/.runsettings"
56}
You can’t perform that action at this time.
0 commit comments