Visual Studio 未显示 WSL2 启动配置文件
Visual Studio not showing WSL2 launch profile
我刚刚将我的 Visual Studio 社区 2019 更新到版本 16.9.1。但是我无法看到 this 文档中提到的 WSL2 配置文件。
此外,我的机器具有所有 Prerequisites。
我已经尝试使用现有的和新的控制台应用程序,目标框架为 .net core 3.1 和 .NET 5 的网络应用程序,但没有显示该选项。
此外,我尝试将以下设置添加到 launchSettings.json 文件中,但是当 运行 此更改时,它显示错误
The Project does not know how to run the Profile WSL 2.
"WSL 2": {
"commandName": "WSL2",
"launchBrowser": true,
"launchUrl": "https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": ""
}
请检查您是否安装了以下组件。因为我们需要手动安装。
我刚刚将我的 Visual Studio 社区 2019 更新到版本 16.9.1。但是我无法看到 this 文档中提到的 WSL2 配置文件。
此外,我的机器具有所有 Prerequisites。
我已经尝试使用现有的和新的控制台应用程序,目标框架为 .net core 3.1 和 .NET 5 的网络应用程序,但没有显示该选项。
此外,我尝试将以下设置添加到 launchSettings.json 文件中,但是当 运行 此更改时,它显示错误
The Project does not know how to run the Profile WSL 2.
"WSL 2": {
"commandName": "WSL2",
"launchBrowser": true,
"launchUrl": "https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": ""
}
请检查您是否安装了以下组件。因为我们需要手动安装。