【发布时间】:2018-01-23 17:47:50
【问题描述】:
当我在 cmd 中输入dotnet --info 时,整个屏幕都被Failed to leave breadcrumb 覆盖
什么会导致这种行为?在谷歌上搜索,但似乎我是唯一有这个问题的人。最近,当我尝试使用 Visual Studio Code 时,我安装了一个 c# 扩展并打开了我的 .cs 文件,我收到了这条消息
Updating C# dependencies...
Platform: win32, x86_64
Downloading package 'OmniSharp for Windows (.NET 4.6 / x64)' (21928 KB) .................... Done!
Downloading package '.NET Core Debugger (Windows / x64)' (39217 KB) .................... Done!
Installing package 'OmniSharp for Windows (.NET 4.6 / x64)'
Installing package '.NET Core Debugger (Windows / x64)'
Finished
Failed to spawn 'dotnet --info'
【问题讨论】:
标签: c# .net visual-studio visual-studio-code .net-core