We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e52115 commit 3b9fc65Copy full SHA for 3b9fc65
KepwareSync.Service/Properties/launchSettings.json
@@ -26,6 +26,17 @@
26
},
27
"Container (Dockerfile)": {
28
"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": ""
40
}
41
42
"$schema": "https://json.schemastore.org/launchsettings.json"
0 commit comments