Skip to content

Commit 3b9fc65

Browse files
committed
chore(test): Added WSL debug option for Sync Service
1 parent 5e52115 commit 3b9fc65

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

KepwareSync.Service/Properties/launchSettings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
},
2727
"Container (Dockerfile)": {
2828
"commandName": "Docker"
29+
},
30+
// For WSL2, ensure that the distribution name is set to your WSL distribution (e.g., "Ubuntu-20.04") if you
31+
// want to specify the specific distribution to run the project in. If left empty, it will use the default WSL distribution.
32+
// You can find the distribution names and defaults by running `wsl -l -v` in a command prompt.
33+
"WSL": {
34+
"commandName": "WSL2",
35+
"environmentVariables": {
36+
"DOTNET_ENVIRONMENT": "Development",
37+
"MODBUS_HOST": "HostByEnv"
38+
},
39+
"distributionName": ""
2940
}
3041
},
3142
"$schema": "https://json.schemastore.org/launchsettings.json"

0 commit comments

Comments
 (0)