github - 在github上打开时如何更改Visual Studio的版本

标签 github visual-studio-2017 visual-studio-2019 protocol-handler

我有 VS2015 和 VS2017。当我在 GitHub 上选择“在 Visual Studio 中打开”时,我想将其更改为使用 VS2017 而不是 VS2015。

我怎样才能做到这一点?

最佳答案

通过不同的问题找到答案:Workaround for "Visual Studio Web Request handler could not be found" when using github?

The solution is easy: just reassign the default handler for the git-client protocol. To do that, press the Windows-Key, enter "default apps" and select the settings page. Go down, select "Choose default apps by protocol" and look for "git-client". Click and select the Microsoft Visual Studio Web Protocol Handler Selector for VS2017.

关于github - 在github上打开时如何更改Visual Studio的版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51056557/

相关文章:

c# - 如何通过使代码变暗而不是 3 个点来恢复 Visual Studio 的旧方式提醒建议?

visual-studio - 为什么我的 .NET 5.0 应用程序在 VS2019 中登录到 'npm' 控制台窗口?

mysql - 从 {invalid_table} 中选择 invalid_field

visual-studio - 配置的目标平台最小版本无法自动更新

C++ Visual Studio 2017 Intellisense 标记错误但构建成功

c# - 如何在 VS 2017 for ASP.NET Core 项目中按路径段嵌套文件

winforms - 我无法让报告查看器在 VS 2019 上工作

github - 如何设置github只读访问

search - 如何在 GitHub 上搜索提交消息?

node.js - 维护单独的 git 分支 - 一个用于 heroku,另一个用于 github